You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 7, 2022. It is now read-only.
The haskell implementation of Normalize if polymorphic on both type parameters s and a
Unfortunately the java wrapper cant "thread" the polymorphism from java to haskell using the foreign exports, So we have to write a method for each possible value of s and a and cant use the Normalizer or the TypeChecker (see Implement JavaConverter for a rank 2 type typelead/eta#886)
We should:
Investigate what changes we should do in eta to allow that.