CookBook/Base.thy
author Christian Urban <urbanc@in.tum.de>
Sat, 29 Nov 2008 21:20:18 +0000
changeset 53 0c3580c831a4
parent 43 02f76f1b6e7b
child 57 065f472c09ab
permissions -rw-r--r--
removed the @{ML ...} antiquotation in favour of @{ML_open ...x}

theory Base
imports Main
uses
  "antiquote_setup.ML"
  "chunks.ML"
begin

end