src/Doc/Datatypes/Setup.thy
author blanchet
Wed, 25 Sep 2013 08:43:21 +0200
changeset 53863 c7364dca96f2
parent 52824 b7a83845bc93
child 55073 9b96fb4c8cfd
permissions -rw-r--r--
textual improvements following Christian Sternagel's feedback

theory Setup
imports BNF
begin

ML_file "../antiquote_setup.ML"

setup Antiquote_Setup.setup

end