Closed Ingo60 closed 9 years ago
Example:
data Rec a b = R { name :: forall f. Functor f => f a -> f String, age :: b }
Compiler aborts with
frege.runtime.Undefined: bound Meta not allowed in substTau
This is due to a wrong assumtion on my side, it used to work earlier. Should run once compiler is purified.
Currently, this bug is prevented from happening. :) Needs more investigation, though.
This is now working fine. (3.22.367)
Example:
Compiler aborts with
This is due to a wrong assumtion on my side, it used to work earlier. Should run once compiler is purified.