ゆきくらげ

Results 2 comments of ゆきくらげ

mapExists can also change type. ``` mapExists :: forall f g. (f ~> g) -> Exists f -> Exists g mapExists f = runExists (mkExists T a (map f g))...

This is a bug caused by a module name conflict when integrating jelly-hooks functionality into jelly-signal. Removing jelly-hooks from the package-set should work properly. e.g. https://github.com/purescript/registry/issues/65 I think only a...