src/Tools/ROOT
author paulson <lp15@cam.ac.uk>
Wed, 24 Feb 2021 14:49:16 +0000
changeset 73302 915b3d41dec1
parent 70853 c92ae7b0f3f1
child 73937 fe8d0f4da0e6
permissions -rw-r--r--
A couple of basic lemmas about arg

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