mirror of
https://gitlab.com/scemama/QCaml.git
synced 2024-11-07 22:53:41 +01:00
6 lines
115 B
OCaml
6 lines
115 B
OCaml
type t
|
|
val of_float : float -> t
|
|
val to_float : t -> float
|
|
val to_string : t -> string
|
|
val of_string : string -> t
|