src/Tools/ROOT
author wenzelm
Tue, 28 Sep 2021 22:08:03 +0200
changeset 74378 bb25ea271b15
parent 74199 bf9871795aeb
child 75992 1f6d79b62222
permissions -rw-r--r--
clarified positions, notably for ML compiler errors;

chapter Tools

session Tools = Pure +
  theories
    Code_Generator

session SML in SML = Pure +
  theories
    Examples

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