Skip to content

Commit

Permalink
Fix MetaCoq utils imports (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
4ever2 authored Oct 24, 2023
1 parent d53214f commit af5318c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion embedding/theories/Misc.v
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(** * Some facts not found in the standard library *)
From ConCert.Utils Require Import Automation.
From MetaCoq Require Import utils.
From MetaCoq.Utils Require Import utils.
From Coq Require Import List.
From Coq Require Import Lia.

Expand Down

0 comments on commit af5318c

Please sign in to comment.