Skip to content

Commit 6f62e00

Browse files
authored
Apply suggestion from @gares
1 parent 8a5f377 commit 6f62e00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

HB/structures.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
(* Support constants, to be kept in sync with shim/structures.v *)
2-
From Coq Require Import ssreflect ssrfun.
2+
From Corelib Require Import ssreflect ssrfun.
33

44
Variant error_msg := NoMsg | IsNotCanonicallyA (x : Type).
55
Definition unify T1 T2 (t1 : T1) (t2 : T2) (s : error_msg) :=

0 commit comments

Comments
 (0)