10
1
mirror of https://gitlab.com/scemama/QCaml.git synced 2024-07-29 00:24:18 +02:00
QCaml/CI/Phase.mli

11 lines
180 B
OCaml

type t =
| Pos
| Neg
val of_nperm : int -> t
(** Returns the phase obtained by a given number of permuations. *)
(** Formatters *)
val pp_phase : Format.formatter -> t -> unit