QCaml/Utils/Spin.mli

14 lines
213 B
OCaml
Raw Normal View History

2019-02-18 12:41:54 +01:00
(** 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
2019-02-22 19:19:11 +01:00
val other : t -> t
2019-02-18 12:41:54 +01:00