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
55 stars 18 forks source link

import MonadPlus and MonadFix explicitly #45

Closed lambdageek closed 2 years ago

lambdageek commented 2 years ago

it doesn't leak out of mtl exports anymore in mtl-2.3

Fixes #44

Add GHC-9.0.2 to CI build matrix; update github actions