idris2-elab-util
idris2-elab-util copied to clipboard
Utilities and documentation for exploring idirs2's new elaborator reflection.
Hi, I'm trying to derive Show and Eq for a big type with approximately 200 constructors. ``` %language ElabReflection data Key : Type where KC_NO : Key KC_TRANSPARENT : Key...
In `Enum2.md` _Interface Implementation, Part 2_, stated "We will break this down in a moment. First, we check whether it actually works:" And we never did ...
[Idris2#2535](github.com/idris-lang/Idris2/pull/2535) adds a quantity argument to PCase and ICase. Update the reflection code to include this additional argument. The fix in `src/Language/Reflection/Syntax.idr` is only temporary. There's some discussion in the...
Just in case if idris-lang/Idris2#2517 is accepted