| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
UntypedPlutusCore.Transform.Certify.Hints
Documentation
Certifier hints for the inlining pass.
Constructors
| InlVar | |
| InlLam Inline | |
| InlApply Inline Inline | |
| InlForce Inline | |
| InlDelay Inline | |
| InlCon | |
| InlBuiltin | |
| InlError | |
| InlConstr [Inline] | |
| InlCase Inline [Inline] | |
| InlExpand Inline | |
| InlDrop Inline |
Instances
Hints for the certifier.
Note that there's a separate and unrelated notion of InlineHints. When there's
ambiguity, this should be referred to as "certifier hints".
Instances
| Generic Hints Source # | |
| NFData Hints Source # | |
Defined in UntypedPlutusCore.Transform.Certify.Hints | |
| type Rep Hints Source # | |
Defined in UntypedPlutusCore.Transform.Certify.Hints type Rep Hints = D1 ('MetaData "Hints" "UntypedPlutusCore.Transform.Certify.Hints" "plutus-core-1.68.0.0-inplace" 'False) (C1 ('MetaCons "Inline" 'PrefixI 'False) (S1 ('MetaSel ('Nothing ∷ Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Inline)) :+: C1 ('MetaCons "NoHints" 'PrefixI 'False) (U1 ∷ Type → Type)) | |