10
1
mirror of https://gitlab.com/scemama/QCaml.git synced 2024-06-21 12:42:05 +02:00
QCaml/Utils/Bohr.mli

11 lines
91 B
OCaml

type t = private {
x : float ;
y : float ;
z : float ;
}
val make : Point.t -> t