src/Pure/ROOT
author wenzelm
Fri, 03 Apr 2020 17:35:10 +0200
changeset 71675 55cb4271858b
parent 70917 693e811b91bb
child 71924 e5df9c8d9d4b
permissions -rw-r--r--
less redundant markup reports;

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