lambdageek / unbound-generics

Specify variable binding in syntax trees using GHC.Generics (reimplementation of Unbound)
https://hackage.haskell.org/package/unbound-generics/
BSD 3-Clause "New" or "Revised" License
56 stars 18 forks source link

Expose GSubst module within Internal #60

Closed liesnikov closed 7 months ago

liesnikov commented 11 months ago

I had to write my own substitution in https://github.com/liesnikov/extensible-elaborator and without generic functions it was rather annoying, so I factored out and exposed the module, now upstreaming the changes.

It's not a breaking change, but I felt like a minor version bump was appropriate, happy to revert this though.