Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Simon Friis Vindum
Iris
Commits
faf185c4
Commit
faf185c4
authored
May 26, 2021
by
Ralf Jung
Browse files
make pm_error an Inductive
parent
0e1bdaf4
Changes
1
Hide whitespace changes
Inline
Side-by-side
iris/proofmode/classes.v
View file @
faf185c4
...
...
@@ -8,7 +8,7 @@ Import bi.
(** Use this as precondition on "failing" instances of typeclasses that have
pure preconditions (such as [ElimModal]), if you want a nice error to be shown
when this instances is picked as part of some proof mode tactic. *)
Definition
pm_error
(
s
:
string
)
:
=
False
.
Inductive
pm_error
(
s
:
string
)
:
=
.
Class
FromAssumption
{
PROP
:
bi
}
(
p
:
bool
)
(
P
Q
:
PROP
)
:
=
from_assumption
:
□
?p
P
⊢
Q
.
...
...
Write
Preview
Supports
Markdown
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