Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
Fairis
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Iris
Fairis
Commits
00b210d9
Commit
00b210d9
authored
9 years ago
by
Robbert Krebbers
Browse files
Options
Downloads
Patches
Plain Diff
Hint database for subst.
parent
eb82a9c7
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
prelude/tactics.v
+3
-1
3 additions, 1 deletion
prelude/tactics.v
with
3 additions
and
1 deletion
prelude/tactics.v
+
3
−
1
View file @
00b210d9
...
@@ -26,10 +26,12 @@ Hint Extern 998 (_ = _) => f_equal : f_equal.
...
@@ -26,10 +26,12 @@ Hint Extern 998 (_ = _) => f_equal : f_equal.
Hint
Extern
999
=>
congruence
:
congruence
.
Hint
Extern
999
=>
congruence
:
congruence
.
Hint
Extern
1000
=>
lia
:
lia
.
Hint
Extern
1000
=>
lia
:
lia
.
Hint
Extern
1000
=>
omega
:
omega
.
Hint
Extern
1000
=>
omega
:
omega
.
Hint
Extern
1001
=>
progress
subst
:
subst
.
(
**
backtracking
on
this
one
will
be
very
bad
,
so
use
with
care
!
*
)
(
**
The
tactic
[
intuition
]
expands
to
[
intuition
auto
with
*
]
by
default
.
This
(
**
The
tactic
[
intuition
]
expands
to
[
intuition
auto
with
*
]
by
default
.
This
is
rather
efficient
when
having
big
hint
databases
,
or
expensive
[
Hint
Extern
]
is
rather
efficient
when
having
big
hint
databases
,
or
expensive
[
Hint
Extern
]
declarations
as
the
above
.
*
)
declarations
as
the
ones
above
.
*
)
Tactic
Notation
"intuition"
:=
intuition
auto
.
Tactic
Notation
"intuition"
:=
intuition
auto
.
(
**
A
slightly
modified
version
of
Ssreflect
'
s
finishing
tactic
[
done
].
It
(
**
A
slightly
modified
version
of
Ssreflect
'
s
finishing
tactic
[
done
].
It
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment