liqwid-plutarch-extra-3.21.1: A collection of Plutarch extras from Liqwid Labs
Safe HaskellSafe-Inferred
LanguageHaskell2010

Plutarch.Extra.Compile

Synopsis

Documentation

mustCompile :: forall (a :: S -> Type). ClosedTerm a -> Script Source #

Compile a ClosedTerm, throwing an error if unsuccessful.

Since: 2.0.0

mustCompileTracing :: forall (a :: S -> Type). (forall (s :: S). Term s a) -> Script Source #