10
1
mirror of https://gitlab.com/scemama/QCaml.git synced 2024-06-02 03:15:19 +02:00
QCaml/common/lib/spin.mli

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 *)