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

13 lines
273 B
OCaml

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