A dependently typed programming language, a successor to Idris
Go to file
Edwin Brady dc3c0da2a0 Build patterns from closed terms
We'll use fresh names for the variables in the environment, then
recalculate the local variables as we build the case tree (we don't know
how many we'll need in advance, especially given 'as' patterns)

Also implement 'subst' for this (it may turn out to have other uses too)
2019-04-19 22:46:41 +01:00
sample Add IBindHere for type declarations 2019-04-18 17:24:56 +01:00
src Build patterns from closed terms 2019-04-19 22:46:41 +01:00
yaffle.ipkg Remove 'Case' from Term structure 2019-04-19 20:10:55 +01:00