src/Doc/Datatypes/Setup.thy
author blanchet
Mon, 20 Jan 2014 18:24:56 +0100
changeset 55073 9b96fb4c8cfd
parent 52824 b7a83845bc93
child 56059 2390391584c2
permissions -rw-r--r--
reduced dependencies + updated docs

theory Setup
imports Main
begin

ML_file "../antiquote_setup.ML"

setup Antiquote_Setup.setup

end