| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
PlutusTx.Plugin.Utils
Synopsis
- plc :: forall (loc :: Symbol) a. Proxy loc -> a -> CompiledCode a
- plinthc :: a -> CompiledCode a
- anchor :: forall (loc :: Symbol) a. a -> a
- unsupported :: forall (err :: Symbol) (loc :: Symbol) a. a -> a
Documentation
plc :: forall (loc :: Symbol) a. Proxy loc -> a -> CompiledCode a Source #
Marks the given expression for compilation to PLC.
plinthc :: a -> CompiledCode a Source #
anchor :: forall (loc :: Symbol) a. a -> a Source #
This function is used in typeCheckResultAction to mark the given expression
with its source location.
unsupported :: forall (err :: Symbol) (loc :: Symbol) a. a -> a Source #
This function is used in typeCheckResultAction to mark the given expression
as unsupported by Plinth.