Added little things in Idir example.

Just to show.
This commit is contained in:
Burkhart Wolff 2018-04-17 15:24:19 +02:00
parent 325b45834c
commit be04e99c2f
1 changed files with 13 additions and 0 deletions

View File

@ -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