src/Tools/ROOT
author wenzelm
Tue, 26 Jan 2021 22:46:06 +0100
changeset 73193 b8e12e94cfca
parent 70853 c92ae7b0f3f1
child 73937 fe8d0f4da0e6
permissions -rw-r--r--
more uniform directory layout for macOS; uniform Isabelle_app executable + lib/scripts/Isabelle_app for Linux and macOS; proper support for Apple "Files and Folders" security via x86_64-darwin executable (which is still able to launch arm64-darwin Java);

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