src/Pure/ROOT
author wenzelm
Sun, 20 Oct 2019 16:16:23 +0200
changeset 70914 05c4c6a99b3f
parent 70906 b9567a9f44a0
child 70917 693e811b91bb
permissions -rw-r--r--
option to export standardized proof terms (not scalable);

chapter Pure

session Pure =
  description "
    The Pure logical framework.
  "
  options [threads = 1, export_proofs, export_standard_proofs]
  theories [export_theory]
    Pure (global)
  theories
    ML_Bootstrap (global)
    Sessions