eflint-3.1.0.1: Simulation interpreter for FLINT policy descriptions
Safe HaskellSafe-Inferred
LanguageHaskell2010

Language.EFLINT.Explorer

Documentation

type Ref = Int Source #

type Path = [(Node, (Label, [Output]), Node)] Source #

type Node = (Ref, Config) Source #

data N Source #

Constructors

N 

Fields

Instances

Instances details
Eq N Source # 
Instance details

Defined in Language.EFLINT.Explorer

Methods

(==) :: N -> N -> Bool #

(/=) :: N -> N -> Bool #

data Edge Source #

Constructors

Edge 

Fields

Instances

Instances details
Eq Edge Source # 
Instance details

Defined in Language.EFLINT.Explorer

Methods

(==) :: Edge -> Edge -> Bool #

(/=) :: Edge -> Edge -> Bool #

data PO Source #

Constructors

PO 

Fields

Instances

Instances details
Eq PO Source # 
Instance details

Defined in Language.EFLINT.Explorer

Methods

(==) :: PO -> PO -> Bool #

(/=) :: PO -> PO -> Bool #

data ExecutionGraph Source #

Constructors

ExecutionGraph 

Fields