j
k
j a
j l
Fergus Henderson writes:
f :: Int -> Int f __ = 42 The problem here seems to be that Hat is lexing "__" as two tokens, rather than one.
f :: Int -> Int f __ = 42
The problem here seems to be that Hat is lexing "__" as two tokens, rather than one.
OK, thanks, fixed. Regards, Malcolm
Back to the thread
Back to the list