Skip to content

Commit 9ce24ee

Browse files
authored
Adapt w.r.t. coq/coq#19228. (#1933)
1 parent d31276b commit 9ce24ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Util/Option.v

+1-1
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ Proof.
222222
rewrite <- (option_leq_to_eq_to_leq p), <- (option_leq_to_eq_to_leq q); simpl; reflexivity.
223223
Qed.
224224

225-
Definition invert_Some {A} (x : option A) : match x with
225+
Definition invert_Some {A : Type} (x : option A) : match x with
226226
| Some _ => A
227227
| None => unit
228228
end

0 commit comments

Comments
 (0)