src/HOL/ROOT
author wenzelm
Wed, 18 Jul 2012 17:22:59 +0200
changeset 49353 3592a2091c80
child 49364 a78e5d399599
permissions -rw-r--r--
some HOL sessions;
wenzelm@49353
     1
session HOL! in "." = Pure +
wenzelm@49353
     2
  description {* Classical Higher-order Logic *}
wenzelm@49353
     3
  options [document_graph]
wenzelm@49353
     4
  theories Complex_Main
wenzelm@49353
     5
  files "document/root.tex" "document/root.bib"
wenzelm@49353
     6
wenzelm@49353
     7
session "HOL-Base"! in "." = Pure +
wenzelm@49353
     8
  description {* Raw HOL base, with minimal tools *}
wenzelm@49353
     9
  options [document = false]
wenzelm@49353
    10
  theories HOL
wenzelm@49353
    11
wenzelm@49353
    12
session "HOL-Plain"! in "." = Pure +
wenzelm@49353
    13
  description {* HOL side-entry after bootstrap of many tools and packages *}
wenzelm@49353
    14
  options [document = false]
wenzelm@49353
    15
  theories Plain
wenzelm@49353
    16
wenzelm@49353
    17
session "HOL-Main"! in "." = Pure +
wenzelm@49353
    18
  description {* HOL side-entry for Main only, without Complex_Main *}
wenzelm@49353
    19
  options [document = false]
wenzelm@49353
    20
  theories Main
wenzelm@49353
    21
wenzelm@49353
    22
session "HOL-Proofs"! in "." = Pure +
wenzelm@49353
    23
  description {* HOL-Main with proof terms *}
wenzelm@49353
    24
  options [document = false, proofs = 2, parallel_proofs = false]
wenzelm@49353
    25
  theories Main
wenzelm@49353
    26
wenzelm@49353
    27
session HOLCF! = HOL +
wenzelm@49353
    28
  description {*
wenzelm@49353
    29
    Author:     Franz Regensburger
wenzelm@49353
    30
    Author:     Brian Huffman
wenzelm@49353
    31
wenzelm@49353
    32
    HOLCF -- a semantic extension of HOL by the LCF logic.
wenzelm@49353
    33
  *}
wenzelm@49353
    34
  options [document_graph]
wenzelm@49353
    35
  theories [document = false]
wenzelm@49353
    36
    "~~/src/HOL/Library/Nat_Bijection"
wenzelm@49353
    37
    "~~/src/HOL/Library/Countable"
wenzelm@49353
    38
  theories Plain_HOLCF Fixrec HOLCF
wenzelm@49353
    39
  files "document/root.tex"
wenzelm@49353
    40