src/Pure/ROOT
author wenzelm
Fri, 24 Sep 2021 22:23:26 +0200
changeset 74362 0135a0c77b64
parent 74287 f79dfc7656ae
child 74365 b49bd5d9041f
permissions -rw-r--r--
tuned proofs --- avoid 'guess';

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 for Isabelle/Pure.
  "
  theories
    First_Order_Logic
    Higher_Order_Logic
  document_files
    "root.bib"
    "root.tex"

session "Pure-ex" in ex = Pure +
  description "
    Miscellaneous examples and experiments for Isabelle/Pure.
  "
  theories
    Def
    Def_Examples