mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-07 11:45:41 -05:00
fix some warnings
This commit is contained in:
parent
e9eab74b1e
commit
0b951b92d3
5 changed files with 0 additions and 6 deletions
|
|
@ -4,7 +4,6 @@ open Sidekick_core
|
|||
|
||||
let arg =
|
||||
(module struct
|
||||
module S = Solver
|
||||
open! Sidekick_th_data
|
||||
open Data_ty
|
||||
module Cstor = Cstor
|
||||
|
|
|
|||
|
|
@ -3,7 +3,6 @@
|
|||
open Sidekick_core
|
||||
module T = Term
|
||||
module Q = Sidekick_zarith.Rational
|
||||
open LRA_term
|
||||
|
||||
let mk_eq = Form.eq
|
||||
let mk_bool = T.bool
|
||||
|
|
|
|||
|
|
@ -6,8 +6,6 @@
|
|||
to its premises.
|
||||
*)
|
||||
|
||||
open Sidekick_core_logic
|
||||
|
||||
type lit = Lit.t
|
||||
|
||||
type step_id = Proof_step.id
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
open Sidekick_core
|
||||
open Sigs
|
||||
|
||||
type var = Base_types_.var
|
||||
type atom = Base_types_.atom
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@
|
|||
TODO: seen values?
|
||||
*)
|
||||
|
||||
open Sidekick_core
|
||||
open Sigs
|
||||
|
||||
type t
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue