mirror of
https://gitlab.com/scemama/QCaml.git
synced 2024-12-23 04:43:32 +01:00
22 lines
411 B
OCaml
22 lines
411 B
OCaml
(* Type
|
|
*
|
|
* <<<~Spin.t~>>> *)
|
|
|
|
(* [[file:~/QCaml/common/spin.org::*Type][Type:1]] *)
|
|
type t = Alfa | Beta
|
|
(* Type:1 ends here *)
|
|
|
|
(* Functions *)
|
|
|
|
|
|
(* [[file:~/QCaml/common/spin.org::*Functions][Functions:1]] *)
|
|
val other : t -> t
|
|
(* Functions:1 ends here *)
|
|
|
|
(* Printers *)
|
|
|
|
|
|
(* [[file:~/QCaml/common/spin.org::*Printers][Printers:1]] *)
|
|
val pp : Format.formatter -> t -> unit
|
|
(* Printers:1 ends here *)
|