package mula

  1. Overview
  2. Docs
type t =
  1. | Std of {
    1. lane : int;
    2. error : int;
    }
  2. | Trans of {
    1. lane : int;
    2. error : int;
    }
val compare : t -> t -> int
val pp_state : Stdlib.Format.formatter -> t -> unit