Skip to content

Commit 696b0a0

Browse files
author
Temur Saidkhodjaev
committed
fixed random-exprs.rkt and get-bods in ast.rkt
1 parent 0c7b988 commit 696b0a0

File tree

2 files changed

+1
-15907
lines changed

2 files changed

+1
-15907
lines changed

ast.rkt

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,5 +103,5 @@
103103
(define (get-bods cs)
104104
(match cs
105105
['() '()]
106-
[(cons (Clause _ b) cs) (cons b (get-preds cs))]))
106+
[(cons (Clause _ b) cs) (cons b (get-bods cs))]))
107107

0 commit comments

Comments
 (0)