mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-08 12:15:48 -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 =
|
let arg =
|
||||||
(module struct
|
(module struct
|
||||||
module S = Solver
|
|
||||||
open! Sidekick_th_data
|
open! Sidekick_th_data
|
||||||
open Data_ty
|
open Data_ty
|
||||||
module Cstor = Cstor
|
module Cstor = Cstor
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,6 @@
|
||||||
open Sidekick_core
|
open Sidekick_core
|
||||||
module T = Term
|
module T = Term
|
||||||
module Q = Sidekick_zarith.Rational
|
module Q = Sidekick_zarith.Rational
|
||||||
open LRA_term
|
|
||||||
|
|
||||||
let mk_eq = Form.eq
|
let mk_eq = Form.eq
|
||||||
let mk_bool = T.bool
|
let mk_bool = T.bool
|
||||||
|
|
|
||||||
|
|
@ -6,8 +6,6 @@
|
||||||
to its premises.
|
to its premises.
|
||||||
*)
|
*)
|
||||||
|
|
||||||
open Sidekick_core_logic
|
|
||||||
|
|
||||||
type lit = Lit.t
|
type lit = Lit.t
|
||||||
|
|
||||||
type step_id = Proof_step.id
|
type step_id = Proof_step.id
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
open Sidekick_core
|
open Sidekick_core
|
||||||
open Sigs
|
|
||||||
|
|
||||||
type var = Base_types_.var
|
type var = Base_types_.var
|
||||||
type atom = Base_types_.atom
|
type atom = Base_types_.atom
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,6 @@
|
||||||
TODO: seen values?
|
TODO: seen values?
|
||||||
*)
|
*)
|
||||||
|
|
||||||
open Sidekick_core
|
|
||||||
open Sigs
|
open Sigs
|
||||||
|
|
||||||
type t
|
type t
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue