doc-src/IsarImplementation/Thy/Syntax.thy
author wenzelm
Sat, 27 Jun 2009 17:34:48 +0200
changeset 31818 f698f76a3713
parent 30272 2d612824e642
child 34924 520727474bbe
permissions -rw-r--r--
builtin isabelle_tool for ML and Scala -- avoids excessive shell script (especially important for Cygwin);

theory Syntax
imports Base
begin

chapter {* Syntax and type-checking *}

text FIXME

end