mirror of
https://gitlab.com/scemama/QCaml.git
synced 2025-02-13 13:14:12 +01:00
5 lines
150 B
OCaml
5 lines
150 B
OCaml
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
|