src/Pure/ROOT
author wenzelm
Tue, 21 Apr 2020 19:07:49 +0200
changeset 71775 291c46bf3000
parent 70917 693e811b91bb
child 71924 e5df9c8d9d4b
permissions -rw-r--r--
tuned;

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