Skip to content

Commit

Permalink
Adapt w.r.t. coq/coq#19228. (#1933)
Browse files Browse the repository at this point in the history
  • Loading branch information
ppedrot committed Jul 27, 2024
1 parent d31276b commit 9ce24ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Util/Option.v
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ Proof.
rewrite <- (option_leq_to_eq_to_leq p), <- (option_leq_to_eq_to_leq q); simpl; reflexivity.
Qed.

Definition invert_Some {A} (x : option A) : match x with
Definition invert_Some {A : Type} (x : option A) : match x with
| Some _ => A
| None => unit
end
Expand Down

0 comments on commit 9ce24ee

Please sign in to comment.