stefan-hoeck / idris2-elab-util

Utilities and documentation for exploring idirs2's new elaborator reflection.
BSD 2-Clause "Simplified" License
76 stars 16 forks source link

[ refactor, breaking ] reduce fixity warnings in downstream projects #68

Closed stefan-hoeck closed 1 year ago

stefan-hoeck commented 1 year ago

This is a breaking change reorganizing parts of elab-util and moving syntactic operators to their own module, which is not reexported as a default (when importing Derive.Prelude or Language.Reflection.Util). This is to reduce the amount of fixity warnings Idris issues since idris-lang/Idris2#2832

I leave this open for about two days before merging, because it is a breaking change.