mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-09 12:45:48 -05:00
7 lines
89 B
OCaml
7 lines
89 B
OCaml
(* Copyright 2014 Guillaume Bury *)
|
|
|
|
module type S = sig
|
|
type clause
|
|
type lemma
|
|
|
|
end
|