File: startup_banner.doc

package info (click to toggle)
hol-light 20170109-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 36,568 kB
  • ctags: 8,549
  • sloc: ml: 540,018; cpp: 439; lisp: 286; java: 279; makefile: 262; sh: 229; yacc: 108; perl: 78; ansic: 57; sed: 39
file content (29 lines) | stat: -rw-r--r-- 694 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
\DOC startup_banner

\TYPE {startup_banner : string}

\SYNOPSIS
The one-line startup banner for HOL Light.

\DESCRIBE
This string is the startup banner for HOL Light, and is displayed when
standalone images (see {self_destruct}) are started up. It  is only available
in HOL images created using checkpointing (as in the default Linux build
arising from {make all}), not when the HOL Light sources have simply been
loaded into the OCaml toplevel without checkpointing.

\FAILURE
Not applicable.

\EXAMPLE
On my home computer, the value is currently:
{
  # startup_banner;;
  val it : string =
    "        HOL Light 2.10, built 16 March 2006 on OCaml 3.08.3"
}

\SEEALSO
self_destruct.

\ENDDOC