catamorphism icon indicating copy to clipboard operation
catamorphism copied to clipboard

A package exposing a function for generating catamorphisms.

Results 2 catamorphism issues
Sort by recently updated
recently updated
newest added

``` Illegal kind signature: ‘ghc-prim-0.5.1.1:GHC.Types.Type’ Perhaps you intended to use KindSignatures In the type signature for ‘cataProp’ | 40 | $(makeCata defaultOptions { cataName = "cataProp" } ''Proposition) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...

Using catamorphism 0.5.0.1, the following program fails to compile: ``` haskell {-# LANGUAGE TemplateHaskell #-} import Data.Morphism.Cata data List a = Empty | Cons a (List (List a)) $(makeCata defaultOptions...

bug