Skip to content

Commit 7d0a7a6

Browse files
committed
eliminate race condition for opam compilation
1 parent 045ec00 commit 7d0a7a6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

erasure/theories/EWcbvEvalNamed.v

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
(* Distributed under the terms of the MIT license. *)
22
From Coq Require Import Utf8 Program.
3-
From MetaCoq Require Import config utils BasicAst.
3+
From MetaCoq.Utils Require Import utils.
4+
From MetaCoq.Common Require Import config BasicAst.
45
From MetaCoq.PCUIC Require PCUICWcbvEval.
56
From MetaCoq.Erasure Require Import EAst EAstUtils ELiftSubst ECSubst EReflect EGlobalEnv
67
EWellformed EWcbvEval.
@@ -671,7 +672,7 @@ Local Notation "'⊩' v ~ s" := (represents_value v s) (at level 50).
671672
Local Hint Constructors represents : core.
672673
Local Hint Constructors represents_value : core.
673674

674-
From MetaCoq Require Import bytestring MCString.
675+
From MetaCoq.Utils Require Import bytestring MCString.
675676
Require Import BinaryString.
676677
Import String.
677678

0 commit comments

Comments
 (0)