Michael, those functions are not in the Prelude, they&#39;re in Data.Char.<br><br><div class="gmail_quote">On Tue, Apr 28, 2009 at 8:08 PM, michael rice <span dir="ltr">&lt;<a href="mailto:nowgate@yahoo.com">nowgate@yahoo.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><table border="0" cellpadding="0" cellspacing="0"><tbody><tr><td style="font-family: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; font-size: inherit; line-height: inherit; font-size-adjust: inherit; font-stretch: inherit;" valign="top">
Hi,<br><br>My Prelude docs must be out of date because chr and ord don&#39;t seem to be there. How do I access these functions?<br><br>Michael<br><br>===============<br><br>[michael@localhost ~]$ ghci<br>GHCi, version 6.10.1: <a href="http://www.haskell.org/ghc/" target="_blank">http://www.haskell.org/ghc/</a>  :? for help<br>
Loading package ghc-prim ... linking ... done.<br>Loading package integer ... linking ... done.<br>Loading package base ... linking ... done.<br>Prelude&gt; chr 65<br><br>&lt;interactive&gt;:1:0: Not in scope: `chr&#39;<br>
Prelude&gt; ord &#39;A&#39;<br><br>&lt;interactive&gt;:1:0: Not in scope: `ord&#39;<br>Prelude&gt; <br><br><br><br><br></td></tr></tbody></table><br>



      <br>_______________________________________________<br>
Haskell-Cafe mailing list<br>
<a href="mailto:Haskell-Cafe@haskell.org">Haskell-Cafe@haskell.org</a><br>
<a href="http://www.haskell.org/mailman/listinfo/haskell-cafe" target="_blank">http://www.haskell.org/mailman/listinfo/haskell-cafe</a><br>
<br></blockquote></div><br>