package elpi

  1. Overview
  2. Docs
type t = bool
val compare : t -> t -> int
include Show with type t := t
val pp : Format.formatter -> t -> unit
val show : t -> string