src/Tools/ROOT
author wenzelm
Mon, 10 Dec 2018 20:20:24 +0100
changeset 69441 0bd51c6aaa8b
parent 69241 5426d266dcc5
child 69444 c3c9440cbf9b
permissions -rw-r--r--
clarified modules, following bytes.scala;

chapter Tools

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]
    Test