src/Tools/ROOT
author wenzelm
Mon, 25 Sep 2023 19:49:25 +0200
changeset 78708 72d2693fb0ec
parent 78315 addecc8de2c4
permissions -rw-r--r--
tuned: prefer antiquotation for try-finally;

chapter Misc

session Tools = Pure +
  theories
    Code_Generator
    Profiling

session SML in SML = Pure +
  theories
    Examples

session Haskell in Haskell = HOL +
  theories
    Haskell
  theories [condition = ISABELLE_GHC_STACK]
    Test