doc-src/IsarRef/Thy/document/HOL_Specific.tex
changeset 40411 751121d5ca35
parent 39832 76bc7e4999f8
child 40412 1fa547166a1d
     1.1 --- a/doc-src/IsarRef/Thy/document/HOL_Specific.tex	Tue Oct 26 12:19:01 2010 +0200
     1.2 +++ b/doc-src/IsarRef/Thy/document/HOL_Specific.tex	Tue Oct 26 12:19:01 2010 +0200
     1.3 @@ -411,12 +411,10 @@
     1.4    \begin{rail}
     1.5      'primrec' target? fixes 'where' equations
     1.6      ;
     1.7 +    ('fun' | 'function') target? functionopts? fixes \\ 'where' equations
     1.8 +    ;
     1.9      equations: (thmdecl? prop + '|')
    1.10      ;
    1.11 -    ('fun' | 'function') target? functionopts? fixes 'where' clauses
    1.12 -    ;
    1.13 -    clauses: (thmdecl? prop ('(' 'otherwise' ')')? + '|')
    1.14 -    ;
    1.15      functionopts: '(' (('sequential' | 'domintros' | 'tailrec' | 'default' term) + ',') ')'
    1.16      ;
    1.17      'termination' ( term )?