This commit is contained in:
Simon Cruanes 2022-10-05 23:05:25 -04:00
parent ea755e5bc6
commit 4140739b93
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4
2 changed files with 4 additions and 2 deletions

View file

@ -0,0 +1,4 @@
t1: f (g x) y
loc(t1): at line 0, column 0 - at line 0, column 9
t2: let x := 1 in (f (f x 2))
loc(t2): at line 0, column 0 - at line 0, column 21

View file

@ -1,2 +0,0 @@