File: the_inductive_types.doc

package info (click to toggle)
hol-light 20190729-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 42,676 kB
  • sloc: ml: 637,078; cpp: 439; makefile: 301; lisp: 286; java: 279; sh: 239; yacc: 108; perl: 78; ansic: 57; sed: 39; python: 13
file content (19 lines) | stat: -rw-r--r-- 425 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
\DOC the_inductive_types

\TYPE {the_inductive_types : (string * (thm * thm)) list ref}

\SYNOPSIS
List of previously declared inductive types.

\DESCRIBE
This reference variable contains a list of the inductive types, together with 
their induction and recursion theorems as returned by {define_type}. The list 
is automatically extended by a call of {define_type}.

\FAILURE
Not applicable.

\SEEALSO
define_type.

\ENDDOC