diff --git a/examples/technical_report/IsaDof_Manual/04_RefMan.thy b/examples/technical_report/IsaDof_Manual/04_RefMan.thy index 1555da1..5a00b5b 100644 --- a/examples/technical_report/IsaDof_Manual/04_RefMan.thy +++ b/examples/technical_report/IsaDof_Manual/04_RefMan.thy @@ -346,8 +346,11 @@ text\ \<^item> \default_clause\ : \<^rail>\ '<=' '"' expr '"' \ \<^item> \regexpr\ : - \<^rail>\ class_id | '(' regexpr ')' | (regexpr '||' regexpr) | (regexpr '~~' regexpr)\ - + \<^rail>\ '\' class_id '\' | '(' regexpr ')' | (regexpr '||' regexpr) | (regexpr '~~' regexpr) + | ('\' regexpr '\') | ( '\' regexpr '\\<^sup>*') \ + regular expressions describe sequences of \class_id\s (and indirect sequences of document + items corresponding to the \class_id\s). The constructors for alternative, sequence, + repetitions and non-empty sequence follow in the top-down order of the above diagram. \