package range

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type 'a t
val gtz_from_int : Base.Int.t -> [ `Greater_than_zero ] t Base.Option.t
val gtz_from_int_exn : Base.Int.t -> [ `Greater_than_zero ] t
val positive_from_int : Base.int -> [ `Positive ] t Base.Option.t
val positive_from_int_exn : Base.int -> [ `Positive ] t
val to_int : 'a t -> Base.int
OCaml

Innovation. Community. Security.