src/Doc/Datatypes/Setup.thy
author blanchet
Mon, 26 Aug 2013 12:14:40 +0200
changeset 53201 2a2dc18f3e10
parent 52824 b7a83845bc93
child 55073 9b96fb4c8cfd
permissions -rw-r--r--
reverted 6c5e7143e1f6; took a better look at evaluation data this time

theory Setup
imports BNF
begin

ML_file "../antiquote_setup.ML"

setup Antiquote_Setup.setup

end