mirror of
https://gitlab.com/scemama/QCaml.git
synced 2024-10-31 19:23:40 +01:00
14 lines
213 B
OCaml
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
|
|
|
|
|