10
1
mirror of https://gitlab.com/scemama/QCaml.git synced 2024-06-18 11:15:19 +02:00
QCaml/Utils/Bohr.ml
2018-02-24 23:57:38 +01:00

12 lines
105 B
Standard ML

type t = {
x : float ;
y : float ;
z : float ;
}
external make : Point.t -> t = "%identity"