You can search for identifiers within the package.
in-package search v0.2.0
type t =
| Sat
sat
| Unsat
unsat
| Unknown
unknown
A satisfiability result.
val to_string : t -> string
to_string t get string representation of this result.
to_string t
String representation of this result.