package sihl

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type step = {
  1. label : Base.string;
  2. statement : Base.string;
  3. check_fk : Base.bool;
}
val pp_step : Ppx_deriving_runtime.Format.formatter -> step -> Ppx_deriving_runtime.unit
val equal_step : step -> step -> Ppx_deriving_runtime.bool
val pp : Ppx_deriving_runtime.Format.formatter -> t -> Ppx_deriving_runtime.unit
val equal : t -> t -> Ppx_deriving_runtime.bool