package sihl-contract

  1. Overview
  2. Docs
type step = {
  1. label : string;
  2. statement : string;
  3. check_fk : bool;
}
type t = string * step list
val name : string
exception Exception of string
exception Dirty_migration
module type Sig = sig ... end