Closed strager closed 11 years ago
The following typechecks but fails during interpretation:
def ; ([a] a -> [a]): prepend ([Char])[] 'a'; 'b';
Type of prepend:
prepend
def prepend (a [a] -> [a])
Error:
kitten: user error (Pattern match failure in do expression at lib/Kitten/Interpret.hs:90:5-14)
Known issue (#33) which I’m working on.
What I call a bug you call a missing feature? ;P
Yes. The only code that doesn’t have bugs is code that doesn’t exist. ;)
The following typechecks but fails during interpretation:
Type of
prepend
:Error: