You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- rename `TcQueryGen` to `TcWhere`
- change `TcAll` and `TcNegation` to contain `TcPat` instead of `TcQuery` /
`[TcStatement]` respectively (this is more uniform and
consistent, and simplifies some things)
- refactoring in the type checker to unify how we handle
locality. `oneBranch` is renamed `encloseLocal` and used consistently
when typechecking `|`, `all`, `!`, and `if`, which all need
locality. Probably fixes some bugs.
- update a few out-of-date comments
0 commit comments