-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
Description
val monoid: type -> type.
val inst_monoid: forall a. a -> (a -> a -> a) -> monoid a.
currently results in:
Error: ill-formed term: no quantifiers in types
at file 'foo.nun': line 3, col 17 to 57
I suppose we should monomorphize such undefined symbols properly.
Reactions are currently unavailable