TODO: keep track of match branching

This commit is contained in:
Sam Caldwell 2020-02-25 16:16:19 -05:00
parent 66226ac725
commit b6c934b9f3
1 changed files with 1 additions and 0 deletions

View File

@ -158,6 +158,7 @@
[ (match- e- [p- s-] ...
[_ (#%app- error- "incomplete pattern match")])
( : (U τ-s ...))
;; TODO losing branching information here
( ν-ep (eps ... ...))
( ν-f #,(make-Branch #'((fs ...) ...)))
( ν-s (ss ... ...))])