kongware/scriptum

Kind mismatches may throw unintentionally

ivenmarquardt opened this issue · 1 comments

and displays meaningless error messages as a consequence:

Coyoneda.lower(Yoneda.Functor) (Coyoneda.lift([1, 2, 3]);

This is obviously ill-kinded but throws an error after a property access on undefined is conducted.

Done.