src/Tools/ROOT
author wenzelm
Mon, 02 Aug 2021 17:20:16 +0200
changeset 74105 d3d6e01a6b00
parent 73937 fe8d0f4da0e6
child 74190 9a1796acd0a4
permissions -rw-r--r--
more operations on types and terms; abstract syntax operations for Pure and HOL;

chapter Tools

session Tools = Pure +
  theories
    Code_Generator

session SML in SML = Pure +
  theories
    Examples

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