package carton

  1. Overview
  2. Docs
type t =
  1. | From of {
    1. level : int;
    2. src : Carton.Uid.t;
    }
  2. | Zero
val pp : Format.formatter -> t -> unit
OCaml

Innovation. Community. Security.