src/Doc/Datatypes/Setup.thy
author traytel
Tue, 20 Aug 2013 16:10:58 +0200
changeset 53103 c0217c4a6b2d
parent 52824 b7a83845bc93
child 55073 9b96fb4c8cfd
permissions -rw-r--r--
tuned example

theory Setup
imports BNF
begin

ML_file "../antiquote_setup.ML"

setup Antiquote_Setup.setup

end