| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Language.EFLINT.Explorer
Documentation
data Instruction Source #
Constructors
| ResultTrans Explorer [Output] (Config, Ref) (Config, Ref) | |
| Path Path | |
| Nodes [Node] | |
| InvalidRevert | |
| ExportExploration ExecutionGraph | |
| LoadExploration Explorer |
data ExecutionGraph Source #
showTriggerTree :: TransInfo -> String Source #
convertToGraph :: (Ref, [(Ref, Config)], [(Ref, Ref, (Label, [Output]))]) -> ExecutionGraph Source #