copilot-sbv-2.1.2: A compiler for CoPilot targeting SBV.

Safe HaskellSafe-Inferred
LanguageHaskell2010

Copilot.Compile.SBV.MetaTable

Documentation

data TriggerInfo Source

Constructors

TriggerInfo 

Fields

guardArgs :: [String]
 
triggerArgArgs :: [[String]]
 

data ObserverInfo Source

Constructors

ObserverInfo 

Fields

observerArgs :: [String]
 

data Arg Source

Instances

c2Args :: Expr a -> [Arg] Source