Current version is faling under GHC 9.2.1 build with:
Control/Monad/Memo/Vector/Instances.hs:31:10: error:
• Non type-variable argument
in the constraint: MaybeLike (Maybe v) v
(Use FlexibleContexts to permit this)
• In the instance declaration for ‘V.VectorMemo v (Maybe v)’
|
31 | instance MaybeLike (Maybe v) v => V.VectorMemo v (Maybe v)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^