Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ListExprType ¶
type ListExprType = []Expr
type MapExprType ¶
type State ¶
type State struct { Meta map[string]any `json:"#meta,omitempty"` VarValues map[string]*Expr `json:",omitempty"` }
func (*State) UnmarshalJSON ¶
type Trace ¶
type Trace struct { Meta *meta `json:"#meta,omitempty"` Params map[string]*Expr `json:"params"` Vars []string `json:"vars"` States []*State `json:"states"` Loop int `json:"loop,omitempty"` }
ITF spec: https://apalache.informal.systems/docs/adr/015adr-trace.html#the-itf-format
func (*Trace) LoadFromFile ¶
Click to show internal directories.
Click to hide internal directories.