list -> cons typo

This commit is contained in:
Andrew Kent 2017-07-15 14:01:57 +01:00 committed by GitHub
parent 6369753c28
commit 3a7c0b5123

View File

@ -74,7 +74,7 @@
[(Intersection: ts raw-prop)
(-refine (make-Intersection (map subst ts))
(subst/lvl raw-prop (add1 lvl)))]
[(Path: flds (cons (== lvl) (app lookup (list o _))))
[(Path: flds (cons (== lvl) (app lookup (cons o _))))
(make-Path (map subst flds) o)]
;; restrict with the type for results and props
[(TypeProp: (Path: flds (cons (== lvl) (app lookup (? pair? entry))))