ds26gte / pyret-lang

The Pyret language.
Other
2 stars 0 forks source link

check-expects should be allowed to refer to functions defined later in the file #12

Closed schanzer closed 8 years ago

schanzer commented 8 years ago

(check-expect (f 1) 1) (define (f x) x)

Should work.

ds26gte commented 8 years ago

Fixed in ds26gte/code.pyret.org@08ff18e.

schanzer commented 8 years ago

Confirmed fixed!