src/Doc/Datatypes/Setup.thy
author blanchet
Tue, 17 Sep 2013 00:48:01 +0200
changeset 53677 b51ebeda414d
parent 52824 b7a83845bc93
child 55073 9b96fb4c8cfd
permissions -rw-r--r--
more (co)data docs

theory Setup
imports BNF
begin

ML_file "../antiquote_setup.ML"

setup Antiquote_Setup.setup

end