src/Tools/ROOT
author wenzelm
Tue, 22 Apr 2025 19:49:31 +0200
changeset 82561 99707a0a98d1
parent 78315 addecc8de2c4
permissions -rw-r--r--
tuned;

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