mirror of
https://gitlab.com/scemama/QCaml.git
synced 2024-11-07 06:33:39 +01:00
13 lines
288 B
OCaml
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 *)
|