Skip to content

Commit 476636c

Browse files
committed
fix require
1 parent d8d51ca commit 476636c

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)