| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
PlutusCore.StdLib.Data.ChurchNat
Description
Church-encoded nat and related functions.
Documentation
churchNat :: forall (uni :: Type -> Type). Type TyName uni () Source #
Church-encoded Nat as a PLC type.
all (r :: *). r -> (r -> r) -> r