-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix kind of HRec #385
Comments
I don't have the context into requiring it to be of this particular kind, but note that type HRec' as = NP (Labeled Symbol) as |
I'm thinking maybe we don't want to change the kind but instead fix the constructor. |
your idea is good |
I'm a bit confused here. I think type Labeled :: Symbol -> Type -> Type (though in reality, the current kind signature of That is, the first parameter of Anyway, the environment argument shouldn't actually take the I do think a lot of this |
it should be
type HRec :: [(Symbol, Type)] -> Type
The text was updated successfully, but these errors were encountered: