aboutsummaryrefslogtreecommitdiffstats
path: root/src/trace/smtAtom.mli
diff options
context:
space:
mode:
authorChantal Keller <Chantal.Keller@inria.fr>2020-05-15 17:34:38 +0200
committerChantal Keller <Chantal.Keller@inria.fr>2020-05-15 17:34:38 +0200
commit2c553f5537e9bbcceaf488ad164d6178476fb017 (patch)
tree546ce6ebcb25c8a876664a027bc37a381612d1a3 /src/trace/smtAtom.mli
parent3cb105fdfeb68f5868f4eff58c5f320bf2cdce59 (diff)
downloadsmtcoq-2c553f5537e9bbcceaf488ad164d6178476fb017.tar.gz
smtcoq-2c553f5537e9bbcceaf488ad164d6178476fb017.zip
Failure instead of exception when atom is not well-typed
Diffstat (limited to 'src/trace/smtAtom.mli')
-rw-r--r--src/trace/smtAtom.mli2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/trace/smtAtom.mli b/src/trace/smtAtom.mli
index a6a1761..f076cb8 100644
--- a/src/trace/smtAtom.mli
+++ b/src/trace/smtAtom.mli
@@ -121,8 +121,6 @@ module Atom :
val to_smt : Format.formatter -> t -> unit
- exception NotWellTyped of atom
-
type reify_tbl
val create : unit -> reify_tbl