aboutsummaryrefslogtreecommitdiffstats
path: root/src/trace/satAtom.ml
diff options
context:
space:
mode:
authorChantal Keller <Chantal.Keller@lri.fr>2019-09-25 18:22:53 +0200
committerChantal Keller <Chantal.Keller@lri.fr>2019-09-25 18:22:53 +0200
commitd35b057995b4940af0e66bb081b3fe3ac7ff97f3 (patch)
treed64f000e89d0125543c29cc2de423038d65f7b33 /src/trace/satAtom.ml
parenta17e48674bace4df1509b0624bef85128d81afbf (diff)
downloadsmtcoq-d35b057995b4940af0e66bb081b3fe3ac7ff97f3.tar.gz
smtcoq-d35b057995b4940af0e66bb081b3fe3ac7ff97f3.zip
Made SmtCommands independent from VeritSyntax
Made lfsc/* mostly independent from VeritSyntax
Diffstat (limited to 'src/trace/satAtom.ml')
-rw-r--r--src/trace/satAtom.ml3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/trace/satAtom.ml b/src/trace/satAtom.ml
index c91cee1..0c5bf83 100644
--- a/src/trace/satAtom.ml
+++ b/src/trace/satAtom.ml
@@ -62,6 +62,3 @@ module Atom =
module Form = SmtForm.Make(Atom)
module Trace = SmtTrace.MakeOpt(Form)
module Cnf = SmtCnf.MakeCnf(Form)
-
-
-