mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 11:15:43 -05:00
wip: refactor base
This commit is contained in:
parent
8003cdcebb
commit
7d59846d72
3 changed files with 1 additions and 3 deletions
|
|
@ -34,7 +34,7 @@ val neq : Term.store -> term -> term -> term
|
||||||
val imply : Term.store -> term -> term -> term
|
val imply : Term.store -> term -> term -> term
|
||||||
val equiv : Term.store -> term -> term -> term
|
val equiv : Term.store -> term -> term -> term
|
||||||
val xor : Term.store -> term -> term -> term
|
val xor : Term.store -> term -> term -> term
|
||||||
val ite : Term.store -> term -> term -> term
|
val ite : Term.store -> term -> term -> term -> term
|
||||||
|
|
||||||
(* *)
|
(* *)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
open Sidekick_core
|
|
||||||
open Types_
|
open Types_
|
||||||
|
|
||||||
type t = statement =
|
type t = statement =
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,5 @@
|
||||||
(** Core types *)
|
(** Core types *)
|
||||||
|
|
||||||
open Sidekick_core
|
|
||||||
include Sidekick_core.Term
|
include Sidekick_core.Term
|
||||||
open Types_
|
open Types_
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue