doc-src/IsarImplementation/Thy/Isar.thy
author wenzelm
Tue, 09 Mar 2010 14:35:02 +0100
changeset 35669 a91c7ed801b8
parent 30272 2d612824e642
child 39842 7205191afde4
permissions -rw-r--r--
added ProofContext.tsig_of -- proforma version for local name space only, not logical content; added ProofContext.read_type_name_proper; localized ProofContext.read_class/read_arity/cert_arity; localized ProofContext.class_space/type_space etc.;

theory Isar
imports Base
begin

chapter {* Isar language elements *}

text {*
  The primary Isar language consists of three main categories of
  language elements:

  \begin{enumerate}

  \item Proof commands

  \item Proof methods

  \item Attributes

  \end{enumerate}
*}


section {* Proof commands *}

text FIXME


section {* Proof methods *}

text FIXME


section {* Attributes *}

text FIXME

end