package minisat

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = private int

Some representation of literals that will be accepted by minisat

val make : int -> t
val neg : t -> t
val abs : t -> t
val sign : t -> bool
val to_int : t -> int
val to_string : t -> string
val pp : t printer