<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="gmail_quote"><div class="im">On Tue, May 22, 2012 at 4:13 PM, John Simon <span dir="ltr">&lt;<a href="mailto:zildjohn01@gmail.com" target="_blank">zildjohn01@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
data Lexer = Lexer String<br>
<br>
makeLexer :: String -&gt; Lexer<br>
makeLexer fn = Lexer fn</blockquote></div></div></blockquote><div> </div><div>`makeLexer` is redundant. You can simply use `Lexer`.</div><div><br></div><div>L. </div></div>