Deleted unused exceptions.

This commit is contained in:
Michael Herzberg 2020-06-18 16:09:42 +01:00
parent 0bbda09de8
commit cebefb53dc
1 changed files with 2 additions and 3 deletions

View File

@ -36,9 +36,8 @@ theory BaseMonad
begin
subsection\<open>Datatypes\<close>
datatype exception = NotFoundError | SegmentationFault | HierarchyRequestError | AssertException
| NonTerminationException | InvokeError | TypeError | DebugException nat | NotSupportedError
| InvalidStateError
datatype exception = NotFoundError | HierarchyRequestError | NotSupportedError | SegmentationFault
| AssertException | NonTerminationException | InvokeError | TypeError
lemma finite_set_in [simp]: "x \<in> fset FS \<longleftrightarrow> x |\<in>| FS"
by (meson notin_fset)