| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
PlutusTx.Plugin.Utils
Synopsis
- plinthc ∷ ∀ a. a → CompiledCode a
- anchor ∷ ∀ (loc ∷ Symbol) a. a → a
- unsupported ∷ ∀ (err ∷ Symbol) (loc ∷ Symbol) a. a → a
Documentation
plinthc ∷ ∀ a. a → CompiledCode a Source #
anchor ∷ ∀ (loc ∷ Symbol) a. a → a Source #
This function is used in typeCheckResultAction to mark the given expression
with its source location.
unsupported ∷ ∀ (err ∷ Symbol) (loc ∷ Symbol) a. a → a Source #
This function is used in typeCheckResultAction to mark the given expression
as unsupported by Plinth.