Skip to content
Snippets Groups Projects
Commit 4c62c9f1 authored by Dan Frumin's avatar Dan Frumin
Browse files

update notations

parent 2863a144
No related branches found
No related tags found
No related merge requests found
......@@ -68,7 +68,7 @@ Reserved Notation "Γ ⊢ₜ e : τ" (at level 74, e, τ at next level).
(** We model type-level lambdas and applications as thunks *)
Notation "Λ: e" := (λ: <>, e)%E (at level 200).
Notation "'TApp' e" := (e #())%E (at level 200).
Notation "'TApp' e" := (App e%E #()%E) (at level 200).
(* To unfold a recursive type, we need to take a step. We thus define the
unfold operator to be the identity function. *)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment