Skip to content
Snippets Groups Projects
Commit 56e1bfd7 authored by Robbert Krebbers's avatar Robbert Krebbers
Browse files

Fix `Hint Mode` of `IntoAbsorbingly`.

parent 3b93f77c
No related branches found
No related tags found
No related merge requests found
......@@ -124,11 +124,14 @@ Arguments from_affinely {_} _%I _%I {_}.
Hint Mode FromAffinely + ! - : typeclass_instances.
Hint Mode FromAffinely + - ! : typeclass_instances.
(** The [IntoAbsorbingly P Q] class is used to add an [<absorb>] modality to
the proposition [Q].
The input is [Q] and the output is [P]. *)
Class IntoAbsorbingly {PROP : bi} (P Q : PROP) :=
into_absorbingly : P <absorb> Q.
Arguments IntoAbsorbingly {_} _%I _%I.
Arguments into_absorbingly {_} _%I _%I {_}.
Hint Mode IntoAbsorbingly + ! - : typeclass_instances.
Hint Mode IntoAbsorbingly + - ! : typeclass_instances.
(*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment