We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
(1) Equivalent without type is wrong, because the meaning of equivalent is only determined for specific type.
(2) Ap has target & args instead of target & arg.
Ap
target
args
arg
(3) Using Var & Ap as Value instead of defining a Neutral type.
Var
Value
Neutral
The text was updated successfully, but these errors were encountered:
(4) No TypedNeutral, no typed directed readback, thus can not handle eta rules.
TypedNeutral
readback
Sorry, something went wrong.
(5) The meaning of Values.Ap is overloaded.
Values.Ap
The paper uses (A):
Data
Ctor
Maybe we should use (B):
Datatype
DatatypeCtor
DataCtor
Pros and Cons about (5):
(A) is gooder:
Exp
(B) is gooder:
doAp
No branches or pull requests
(1) Equivalent without type is wrong, because the meaning of equivalent is only determined for specific type.
(2)
Ap
hastarget
&args
instead oftarget
&arg
.(3) Using
Var
&Ap
asValue
instead of defining aNeutral
type.The text was updated successfully, but these errors were encountered: