src/Pure/ROOT
author wenzelm
Fri, 23 Aug 2019 15:00:19 +0200
changeset 70606 4f4ede010687
parent 69319 baccaf89ca0d
child 70905 a6304b4664b6
permissions -rw-r--r--
always export Pure proofs;

chapter Pure

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