src/Pure/ROOT
author wenzelm
Wed, 22 Apr 2020 19:22:43 +0200
changeset 71787 acfe72ff00c2
parent 70917 693e811b91bb
child 71924 e5df9c8d9d4b
permissions -rw-r--r--
merged

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