diff --git a/ontologies/mathex_onto.thy b/ontologies/mathex_onto.thy index 2a00ee42..507e97d1 100644 --- a/ontologies/mathex_onto.thy +++ b/ontologies/mathex_onto.thy @@ -9,6 +9,8 @@ doc_class Question = doc_class Response = content :: "(string + term) list" +datatype grades = A | B | C + doc_class Exercise_part = question :: Question response :: Response @@ -19,4 +21,15 @@ doc_class Exercise= doc_class MathExam= content :: "(Exercise) list" +section{* Example*} + +term "[ @{thm ''refl''}] @ [ @{thm ''sym''}, @{thm ''trans''} ] " + +text{* + @{term "[ @{thm ''refl''}] @ [ @{thm ''sym''}, @{thm ''trans''} ]"}} are the theorems +of the equational logic fragment of HOL. +*} + + + end \ No newline at end of file