fix binder lvl typo

This commit is contained in:
Andrew Kent 2017-07-02 09:24:50 +01:00 committed by GitHub
parent e19b53fd9f
commit e188551b19

View File

@ -1350,7 +1350,7 @@
;; increment the level of the substituted object
[(Arrow: dom rst kws rng)
(make-Arrow (map rec dom)
(and rst (rec/inc rst))
(and rst (rec rst))
(map rec kws)
(rec/inc rng))]
;; Refinement types e.g. {x ∈ τ | ψ(x)}