mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-05 19:00:33 -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 equiv : 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_
|
||||
|
||||
type t = statement =
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
(** Core types *)
|
||||
|
||||
open Sidekick_core
|
||||
include Sidekick_core.Term
|
||||
open Types_
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue