Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Simon Spies
stdpp
Commits
1b8a2e50
Commit
1b8a2e50
authored
Feb 02, 2016
by
Ralf Jung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add an omega auto database
parent
026cf958
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
theories/tactics.v
theories/tactics.v
+2
-0
No files found.
theories/tactics.v
View file @
1b8a2e50
...
...
@@ -2,6 +2,7 @@
(* This file is distributed under the terms of the BSD license. *)
(** This file collects general purpose tactics that are used throughout
the development. *)
Require
Import
Omega
.
Require
Export
Psatz
.
Require
Export
prelude
.
base
.
...
...
@@ -24,6 +25,7 @@ to be combined in combination with other hint database. *)
Hint
Extern
998
(
_
=
_
)
=>
f_equal
:
f_equal
.
Hint
Extern
999
=>
congruence
:
congruence
.
Hint
Extern
1000
=>
lia
:
lia
.
Hint
Extern
1000
=>
omega
:
omega
.
(** The tactic [intuition] expands to [intuition auto with *] by default. This
is rather efficient when having big hint databases, or expensive [Hint Extern]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment