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

21 lines
387 B
OCaml
Raw Normal View History

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