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
data
kind
D ::= D /\ D
The text was updated successfully, but these errors were encountered:
CHR: <Goal> ::= <Var> "with" <Goal> G with P successes iff X is a logic variable. if X with P successes then yields constraint P for X.
<Goal> ::= <Var> "with" <Goal>
G with P
X
X with P
P
Meta Aladdin:
module TC. from Std import Aladdin.MetaAladdin as MA. data ty : * where all : (ty -> ty) -> ty. arr : ty -> ty -> ty. data tm : * where abs : (tm -> tm) -> tm. app : tm -> tm -> tm. let : tm -> (tm -> tm) -> tm. check (let Rhs Body) Tau :- MA.runMeta (MA.mkNewVar (Sigma0\ MA.solve (check Rhs Sigma0) (Res Sigma0))), -- Res := Sigma0\ sigma (Alpha_1\ ... sigma (Alpha_n\ Sigma = Gen Alpha_1 ... Alpha_n)) for some skeleton Gen generalize (Res _) Scheme, -- Scheme := all (Alpha_1\ ... all (Alpha_n\ Gen Alpha_1 ... Alpha_n)) pi (X\ check X Scheme => check (Body X) Tau).
Sorry, something went wrong.
No branches or pull requests
data
rather thankind
, type synonym, type class).D ::= D /\ D
.The text was updated successfully, but these errors were encountered: