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

Copilot.Compile.SBV.MetaTable

Documentation

data StreamInfo Source

Constructors

forall a . StreamInfo 

Fields

streamInfoQueue :: [a]
 
streamInfoType :: Type a
 

data ExternFunInfo Source

Constructors

forall a . ExternFunInfo 

data TriggerInfo Source

Constructors

TriggerInfo 

Fields

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

data ObserverInfo Source

Constructors

ObserverInfo 

Fields

observerArgs :: [String]
 

data Arg Source

Instances