package wire

  1. Overview
  2. Docs

Source file action.ml

1
2
3
4
5
6
7
8
9
10
11
type t = Types.action
type stmt = Types.action_stmt

let on_success = Types.on_success
let on_act = Types.on_act
let assign p e = Types.assign p e
let return_bool = Types.return_bool
let abort = Types.abort
let if_ = Types.action_if
let var = Types.var
let pp = Types.pp_action