src/Tools/ROOT
author nipkow
Tue, 05 Nov 2019 19:15:00 +0100
changeset 71041 fdb6c5034c24
parent 70853 c92ae7b0f3f1
child 73937 fe8d0f4da0e6
permissions -rw-r--r--
merged

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