21 Oct
2009
21 Oct
'09
12:58 a.m.
2009/10/20 Niklas Broberg <niklas.broberg@gmail.com>:
Hi again,
However: - The source code produced was incorrect:
class Dir d where
was rewritten as:
class Dir dwhere{
That's weird, I'll look into it, thanks.
instance Dir Directory where localDir (Local f) = return f
type URL= String
was rewritten as:
instance Dir Directory where localDir (Local f) = return f
typeURL= String
Sorry, I don't see the difference between these two. Did you write the correct one twice by mistake?
In case Pasqualino doesn't see your mail real soon... Maybe the difference is the missing space between "type" and "URL". Cheers, Thu