A dependently typed programming language, a successor to Idris
Go to file
Edwin Brady 7d672407c8 Start on UnifyState
Also removed 'MV' as a special name type, and added a Meta constructor
in TT which is applied to exactly the right number of arguments for the
environment the meta was constructed in.

It's possible the local unification UCtxt may be more trouble than it's
worth! Instead perhaps we can try let binding unification solutions where
possible on leaving the scope in which they're introduced.
2019-03-17 20:43:51 +00:00
sample Add Weaken interface, to start evaluator 2019-03-10 22:00:10 +00:00
src Start on UnifyState 2019-03-17 20:43:51 +00:00
yaffle.ipkg Start on UnifyState 2019-03-17 20:43:51 +00:00