src/Tools/ROOT
author wenzelm
Wed, 12 Jul 2023 16:23:28 +0200
changeset 78315 addecc8de2c4
parent 75992 1f6d79b62222
permissions -rw-r--r--
proper system integration and renaming;

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