From 2c553f5537e9bbcceaf488ad164d6178476fb017 Mon Sep 17 00:00:00 2001 From: Chantal Keller Date: Fri, 15 May 2020 17:34:38 +0200 Subject: Failure instead of exception when atom is not well-typed --- src/trace/smtAtom.mli | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/trace/smtAtom.mli') 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 -- cgit