Idris2/libs/contrib/Data/Recursion
Guillaume ALLAIS 482527063c [ new ] Variant with a runtime irrelevant Domain
Rather than translating the constraints to a Dybjer-Setzer IR code
we can produce an ad-hoc definition of a `Domain` that we will be
able to make runtime irrelevant.

This means that compiled code will never need to construct a proof
that a value is in the domain of the function: it will simply run
the function!
2020-10-15 17:03:32 +01:00
..
Free.idr [ new ] Variant with a runtime irrelevant Domain 2020-10-15 17:03:32 +01:00