plutus-core
Safe HaskellNone
LanguageHaskell2010

PlutusCore.StdLib.Data.Unit

Description

unit and related functions.

Synopsis

Documentation

unit :: forall (uni :: Type -> Type) tyname. HasTypeLevel uni () => Type tyname uni () Source #

() as a PLC type.

unitval :: forall term tyname name (uni :: Type -> Type) fun. (TermLike term tyname name uni fun, HasTermLevel uni ()) => term () Source #

() as a PLC term.

sequ :: forall term tyname (uni :: Type -> Type) fun. (TermLike term tyname Name uni fun, HasTypeAndTermLevel uni ()) => term () Source #

seq specified to () as a PLC term.