doc-src/IsarRef/Thy/document/Spec.tex
changeset 35351 7425aece4ee3
parent 35282 8fd9d555d04d
child 35681 8b22a498b034
equal deleted inserted replaced
35350:0df9c8a37f64 35351:7425aece4ee3
   994     \indexdef{}{command}{typedecl}\hypertarget{command.typedecl}{\hyperlink{command.typedecl}{\mbox{\isa{\isacommand{typedecl}}}}} & : & \isa{{\isachardoublequote}theory\ {\isasymrightarrow}\ theory{\isachardoublequote}} \\
   994     \indexdef{}{command}{typedecl}\hypertarget{command.typedecl}{\hyperlink{command.typedecl}{\mbox{\isa{\isacommand{typedecl}}}}} & : & \isa{{\isachardoublequote}theory\ {\isasymrightarrow}\ theory{\isachardoublequote}} \\
   995     \indexdef{}{command}{arities}\hypertarget{command.arities}{\hyperlink{command.arities}{\mbox{\isa{\isacommand{arities}}}}} & : & \isa{{\isachardoublequote}theory\ {\isasymrightarrow}\ theory{\isachardoublequote}} & (axiomatic!) \\
   995     \indexdef{}{command}{arities}\hypertarget{command.arities}{\hyperlink{command.arities}{\mbox{\isa{\isacommand{arities}}}}} & : & \isa{{\isachardoublequote}theory\ {\isasymrightarrow}\ theory{\isachardoublequote}} & (axiomatic!) \\
   996   \end{matharray}
   996   \end{matharray}
   997 
   997 
   998   \begin{rail}
   998   \begin{rail}
   999     'types' (typespec '=' type infix? +)
   999     'types' (typespec '=' type mixfix? +)
  1000     ;
  1000     ;
  1001     'typedecl' typespec infix?
  1001     'typedecl' typespec mixfix?
  1002     ;
  1002     ;
  1003     'arities' (nameref '::' arity +)
  1003     'arities' (nameref '::' arity +)
  1004     ;
  1004     ;
  1005   \end{rail}
  1005   \end{rail}
  1006 
  1006