mirror of
https://gitlab.com/scemama/QCaml.git
synced 2024-11-15 02:23:39 +01:00
11 lines
180 B
OCaml
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
|