src/Doc/Datatypes/Setup.thy
author blanchet
Mon, 21 Oct 2013 10:38:21 +0200
changeset 54184 3fe73f3c84a2
parent 52824 b7a83845bc93
child 55073 9b96fb4c8cfd
permissions -rw-r--r--
more docs

theory Setup
imports BNF
begin

ML_file "../antiquote_setup.ML"

setup Antiquote_Setup.setup

end