Version 0.4.3
What's Changed
- New function
instantiate
function that substitutes a list of terms for a collection of bound variables in a toplevelBind p t
term.
New functionsubstBind
operation that substitutes for the bound variable of aBind (Name a) t
term.
This is a specialization ofinstantiate
to the case where the pattern is a singleName a
- Expose
Rec
constructor of theRec
type and thectxLevel
function fromAlphaCtx
- Drop CI testing with GHC 7.10, add CI testing with GHC 9.4
- Fix compilation with
transformers >= 0.6
Full Changelog: v0.4.2...v0.4.3