10
1
mirror of https://gitlab.com/scemama/QCaml.git synced 2024-06-29 16:34:43 +02:00
QCaml/particles/lib/mass.mli
2020-12-29 02:38:12 +01:00

13 lines
288 B
OCaml

(* Atomic mass
* :PROPERTIES:
* :header-args: :noweb yes :comments both
* :END:
*
* Atomic mass, a non-negative float.
*
* #+NAME: types *)
(* [[file:~/QCaml/particles/mass.org::types][types]] *)
include module type of Common.Non_negative_float
(* types ends here *)