src/Tools/ROOT
author wenzelm
Tue, 13 Oct 2020 16:32:48 +0200
changeset 72461 4c6f318bcf9c
parent 70853 c92ae7b0f3f1
child 73937 fe8d0f4da0e6
permissions -rw-r--r--
tuned;

chapter Tools

session Tools = Pure +
  theories
    Code_Generator

session Spec_Check in Spec_Check = Pure +
  theories
    Spec_Check
    Examples

session SML in SML = Pure +
  theories
    Examples

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