10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-06-21 12:42:13 +02:00
quantum_package/ocaml/Charge.mli

9 lines
181 B
OCaml
Raw Normal View History

2014-10-25 21:24:21 +02:00
type t = float with sexp
2014-10-07 19:33:11 +02:00
val to_float : t -> float
val to_int : t -> int
val to_string: t -> string
val of_float : float -> t
val of_int : int -> t
val of_string: string -> t