Skip to content

Commit

Permalink
Add normalization test for multiple let bindings (#270)
Browse files Browse the repository at this point in the history
  • Loading branch information
f-f committed Nov 11, 2018
1 parent 133c971 commit 33cab24
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/normalization/success/simple/letletA.dhall
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
let l = λ(n : Natural) λ(m : Natural) λ(x : Natural) n + m * x
let f = l 2 3
in f 445
1 change: 1 addition & 0 deletions tests/normalization/success/simple/letletB.dhall
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1337

0 comments on commit 33cab24

Please sign in to comment.