/dada/Nu/Type
Copy path to clipboardSource
{- Represents a potentially-infinite structure lazily.
-}
λ(f : Type → Type) →
∀(r : Type) → (∀(a : Type) → { coalgebra : a → f a, seed : a } → r) → r
{- Represents a potentially-infinite structure lazily.
-}
λ(f : Type → Type) →
∀(r : Type) → (∀(a : Type) → { coalgebra : a → f a, seed : a } → r) → r