10
1
mirror of https://gitlab.com/scemama/QCaml.git synced 2024-06-22 05:02:08 +02:00
QCaml/common/lib/spin.mli
2020-09-26 12:02:53 +02:00

14 lines
213 B
OCaml

(** Electron spin.
Note :
[Alfa] if written with an 'f' instead of 'ph' because it has the same number of
letters as [Beta], so the alignment of the code is nicer.
*)
type t = Alfa | Beta
val other : t -> t