10
1
mirror of https://gitlab.com/scemama/QCaml.git synced 2024-07-06 11:25:50 +02:00
QCaml/CI/Phase.mli

11 lines
180 B
OCaml
Raw Normal View History

2019-02-15 13:48:48 +01:00
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