diff --git a/Isabelle_DOF-Ontologies/CENELEC_50128/CENELEC_50128.thy b/Isabelle_DOF-Ontologies/CENELEC_50128/CENELEC_50128.thy index 6a7d1e7..849cc64 100644 --- a/Isabelle_DOF-Ontologies/CENELEC_50128/CENELEC_50128.thy +++ b/Isabelle_DOF-Ontologies/CENELEC_50128/CENELEC_50128.thy @@ -1310,7 +1310,7 @@ ML \ DOF_core.get_onto_class_name_global "requirement" @{theory}; Syntax.parse_typ @{context} "requirement"; val Type(t,_) = Syntax.parse_typ @{context} "requirement" handle ERROR _ => dummyT; - Syntax.read_typ @{context} "hypothesis" handle _ => dummyT; + Syntax.read_typ @{context} "hypothesis" handle ERROR _ => dummyT; Proof_Context.init_global; \ end