package hardcaml_verify

  1. Overview
  2. Docs

Source file sat.ml

1
2
3
4
type 'model t =
  | Sat of 'model
  | Unsat
[@@deriving sexp_of]
OCaml

Innovation. Community. Security.