no message

This commit is contained in:
Idir AIT SADOUNE 2018-04-06 14:32:22 +02:00
parent c3a4111833
commit 9ee8811576
1 changed files with 11 additions and 0 deletions

View File

@ -3,4 +3,15 @@ theory mathex_onto
imports "../Isa_DOF"
begin
doc_class Question =
content :: "string list"
doc_class Response =
content :: "string list"
doc_class Exercise =
question :: Question
response :: Response
end