src/Pure/ROOT
author wenzelm
Fri, 08 Jan 2021 22:30:32 +0100
changeset 73110 c87ca43ebd3b
parent 71924 e5df9c8d9d4b
child 74286 641300b56ebe
permissions -rw-r--r--
avoid rescaled fonts, e.g. dockable buttons on Windows L&F after opening a new view;

chapter Pure

session Pure =
  description "
    The Pure logical framework.
  "
  options [threads = 1, export_proofs, export_standard_proofs, prune_proofs = false]
  theories [export_theory]
    Pure (global)
  theories
    ML_Bootstrap (global)
    Sessions

session "Pure-Examples" in Examples = Pure +
  description "
    Notable Examples in Isabelle/Pure.
  "
  theories
    First_Order_Logic
    Higher_Order_Logic
  document_files
    "root.bib"
    "root.tex"