Skip to content
Snippets Groups Projects
Commit 3289d1bc authored by Ralf Jung's avatar Ralf Jung
Browse files

remove spurious space

parent fc5f75e5
No related branches found
No related tags found
No related merge requests found
......@@ -99,7 +99,7 @@ Lemma decide_bool_decide P {Hdec: Decision P} {X : Type} (x1 x2 : X):
(if decide P then x1 else x2) = (if bool_decide P then x1 else x2).
Proof. unfold bool_decide, decide. destruct Hdec; reflexivity. Qed.
Tactic Notation "case_bool_decide" "as" ident (Hd) :=
Tactic Notation "case_bool_decide" "as" ident(Hd) :=
match goal with
| H : context [@bool_decide ?P ?dec] |- _ =>
destruct_decide (@bool_decide_reflect P dec) as Hd
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment