src/Tools/ROOT
author wenzelm
Mon, 02 Mar 2020 14:09:39 +0100
changeset 71507 39fa41148890
parent 70853 c92ae7b0f3f1
child 73937 fe8d0f4da0e6
permissions -rw-r--r--
tuned signature;

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