10
1
mirror of https://gitlab.com/scemama/QCaml.git synced 2024-06-23 21:52:07 +02:00
QCaml/Utils/PositiveFloat.mli

6 lines
131 B
OCaml

type t = private float
val of_float : float -> t
val to_float : t -> float
val to_string : t -> string
val of_string : string -> t