mirror of
https://gitlab.com/scemama/QCaml.git
synced 2024-11-06 22:23:42 +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
|