Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei Popescu committed Sep 20, 2024
1 parent 00ea9cf commit c5648d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thys/Untyped_Lambda_Calculus/LC_pair.thy
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ declare [[mrbnf_internals]]
binder_datatype 'a "term" =
Var 'a
| App "'a term" "'a term"
| Lam xy ::"'a \<times> 'a" t::"'a term" binds xy in t
| Lam "x::'a \<times> y::'a" t::"'a term" binds x y in t
for
vvsubst: vvsubst
tvsubst: tvsubst
Expand Down

0 comments on commit c5648d8

Please sign in to comment.