File: extend_basic_rewrites.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 (21 lines) | stat: -rw-r--r-- 608 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
\DOC extend_basic_rewrites

\TYPE {extend_basic_rewrites : thm list -> unit}

\SYNOPSIS
Extend the set of default rewrites used by rewriting and simplification.

\DESCRIBE
The HOL Light rewriter ({REWRITE_TAC} etc.) and simplifier ({SIMP_TAC} etc.)
have default sets of (conditional) equations and other conversions that are
applied by default, except in the {PURE_} variants. A call to
{extend_basic_rewrites thl} extends the former with the list of theorems {thl},
so they will thereafter happen by default.

\FAILURE
Never fails.

\SEEALSO
basic_rewrites, extend_basic_convs, set_basic_rewrites.

\ENDDOC