fix some warnings

This commit is contained in:
Simon Cruanes 2022-09-14 18:20:10 -04:00
parent e9eab74b1e
commit 0b951b92d3
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4
5 changed files with 0 additions and 6 deletions

View file

@ -4,7 +4,6 @@ open Sidekick_core
let arg =
(module struct
module S = Solver
open! Sidekick_th_data
open Data_ty
module Cstor = Cstor

View file

@ -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

View file

@ -6,8 +6,6 @@
to its premises.
*)
open Sidekick_core_logic
type lit = Lit.t
type step_id = Proof_step.id

View file

@ -1,5 +1,4 @@
open Sidekick_core
open Sigs
type var = Base_types_.var
type atom = Base_types_.atom

View file

@ -6,7 +6,6 @@
TODO: seen values?
*)
open Sidekick_core
open Sigs
type t