package apero-core

  1. Overview
  2. Docs
type t
include Id.S with type t := t
include Stringable.S with type t := t
val to_string : t -> string
val of_string : string -> t
include Ordered.Comparable with type t := t
val compare : t -> t -> int
val equal : t -> t -> bool
val zero : t
val one : t
val add : t -> t -> t
val of_string_opt : string -> t option