File: mk_pselect.doc

package info (click to toggle)
hol88 2.02.19940316-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 63,052 kB
  • ctags: 19,365
  • sloc: ml: 199,939; ansic: 9,300; sh: 7,118; makefile: 6,076; lisp: 2,747; yacc: 894; sed: 201; cpp: 87; awk: 5
file content (20 lines) | stat: -rw-r--r-- 357 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
\DOC mk_pselect

\TYPE {mk_pselect : ((term # term) -> term)}

\SYNOPSIS
Constructs a paired choice-term.

\LIBRARY pair

\DESCRIBE
{mk_pselect("pair","t")} returns {"@pair. t"}.

\FAILURE
Fails with {mk_select} if first term is not a paired structure of variables or
if {t} is not of type {":bool"}.

\SEEALSO
mk_select, dest_pselect, is_pselect.

\ENDDOC