Skip to content

Add support for meta #13

@k4b7

Description

@k4b7

I think this is this is the correct implementation (I followed what hylo does but reverse the order):

meta
    f a b
  . Functor f
   Coalgebra f a
   Algebra f b
   a
   b
meta f g = go
  where
  go a = g $ go <$> f a

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions