package catt

  1. Overview
  2. Docs
type cmd =
  1. | Coh of Common.Var.t * (Common.Var.t * Raw_types.tyR) list * Raw_types.tyR
  2. | Check of (Common.Var.t * Raw_types.tyR) list * Raw_types.tmR * Raw_types.tyR option
  3. | Decl of Common.Var.t * (Common.Var.t * Raw_types.tyR) list * Raw_types.tmR * Raw_types.tyR option
  4. | Set of string * string
type prog = cmd list
val exec : loop_fn:(unit -> unit) -> prog -> unit
OCaml

Innovation. Community. Security.