src/Doc/Tutorial/Setup.thy
author wenzelm
Tue, 02 Apr 2024 17:20:09 +0200
changeset 80073 40f5ddeda2b4
parent 72991 d0a0b74f0ad7
permissions -rw-r--r--
further performance tuning (after f906f7f83dae): interactive mode is closer to earlier approach with Lazy.value, which could be relevant with rather complex grammars under tight memory situations;

(*:maxLineLen=78:*)

theory Setup
imports Main
begin

ML_file \<open>../antiquote_setup.ML\<close>
ML_file \<open>../more_antiquote.ML\<close>

end