-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
If a capture was specified in a different branch of an if statement, then we would incorrectly think that we had already loaded it in the parent environment.
- Loading branch information
Showing
6 changed files
with
23 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
(let | ||
((b: num 41)) | ||
((if #f | ||
(lambda () (let ((k: num b)) k)) | ||
(lambda () b)))) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
(let ((a: (-> (-> num)) (lambda () (lambda () (- 16 ((lambda () 5))))))(b: (-> bool) (lambda () #f))(c: num 156)(d: List<bool> (list: bool #f (= (if #t (let ((a: num (/ 24 (* (- (+ 40 (if #f 89 316)) 95) (+ (* 470 194) (let ((a: num (- 46 293))(b: num (/ 374 217))) a)))))(b: num 15)) (((let ((c: num b)(d: num (+ (/ 56 122) (* 7 60)))) (lambda () (lambda () 6)))))) (+ 32 (- 398 24))) 62)))) (let ((e: Ref num (ref: num 19))(f: List<num> (list: num 169))(g: (-> num) (lambda () (if #t ((lambda () (if #t (let ((e: num (if #f 143 (/ 104 205)))(f: num 235)(g: num (let ((e: num ((lambda () 189)))(f: num ((lambda () 8)))(g: num 152)(h: num 21)) (let ((i: num 98)(j: num 92)) 326)))) 122) (* 90 (/ 11 (let ((e: num 26)(f: num 155)(g: num 11)(h: num 66)(i: num 124)) 20)))))) (* 384 102))))(h: num (/ (if (< 56 (- 75 58)) (if ((lambda () (= (let ((e: num c)(f: num 108)(g: num (* 141 65))(h: num 2)) 65) (- c 13)))) c 31) 38) ((lambda () (+ (if ((lambda () (= 49 75))) 208 38) (- (if (> 58 110) 14 c) 335))))))) 20)) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters