src/Doc/Datatypes/Setup.thy
author blanchet
Sun, 15 Sep 2013 23:02:23 +0200
changeset 53644 eb8362530715
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