2020-12-28 01:08:55 +01:00
|
|
|
(* Type *)
|
2019-02-18 12:41:54 +01:00
|
|
|
|
|
|
|
|
2020-12-28 01:55:03 +01:00
|
|
|
(* [[file:~/QCaml/common/spin.org::*Type][Type:1]] *)
|
2019-02-18 12:41:54 +01:00
|
|
|
type t = Alfa | Beta
|
2020-12-28 01:08:55 +01:00
|
|
|
(* Type:1 ends here *)
|
|
|
|
|
|
|
|
(* Functions *)
|
2019-02-18 12:41:54 +01:00
|
|
|
|
2020-12-28 01:08:55 +01:00
|
|
|
|
2020-12-28 01:55:03 +01:00
|
|
|
(* [[file:~/QCaml/common/spin.org::*Functions][Functions:1]] *)
|
2019-02-22 19:19:11 +01:00
|
|
|
val other : t -> t
|
2020-12-28 01:08:55 +01:00
|
|
|
(* Functions:1 ends here *)
|
|
|
|
|
|
|
|
(* Printers *)
|
2019-02-18 12:41:54 +01:00
|
|
|
|
|
|
|
|
2020-12-28 01:55:03 +01:00
|
|
|
(* [[file:~/QCaml/common/spin.org::*Printers][Printers:1]] *)
|
2020-12-28 01:08:55 +01:00
|
|
|
val pp : Format.formatter -> t -> unit
|
|
|
|
(* Printers:1 ends here *)
|