src/Tools/ROOT
author wenzelm
Wed, 10 Jan 2024 13:24:59 +0100
changeset 79467 aeb775b438c6
parent 78315 addecc8de2c4
permissions -rw-r--r--
clarified test: no exception yet;

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