plutus-core-1.36.0.0: Language library for Plutus Core
Safe HaskellSafe-Inferred
LanguageHaskell2010

PlutusCore.StdLib.Data.MatchOption

Synopsis

Documentation

data MatchOption Source #

Allows one to choose which way of doing pattern matching on built-in types to use: either via ChooseList-like builtins or via CaseList-like ones.

Constructors

UseChoose 
UseCase