src/Pure/ROOT
author Manuel Eberl <eberlm@in.tum.de>
Mon, 02 Dec 2019 10:31:51 +0100
changeset 71191 6695aeae8ec9
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