10
1
mirror of https://gitlab.com/scemama/QCaml.git synced 2024-09-27 03:50:59 +02:00
QCaml/Angular_momentum.mli

5 lines
150 B
OCaml
Raw Normal View History

2017-12-30 19:06:07 +01:00
exception AngularMomentumError of char
type t = S | P | D | F | G | H | I | J | K | L | M | N | O
val of_char : char -> t
val to_string : t -> string