Skip to content

Commit

Permalink
Make reordering function transparent so it can compute in Coq
Browse files Browse the repository at this point in the history
  • Loading branch information
mattam82 committed Feb 21, 2024
1 parent e896e06 commit e622b43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions erasure/theories/EReorderCstrs.v
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
From Coq Require Import List String Arith Lia.
Import ListNotations.
From Equations Require Import Equations.
Set Equations Transparent.

From MetaCoq.PCUIC Require Import PCUICAstUtils.
From MetaCoq.Utils Require Import MCList bytestring utils monad_utils.
Expand Down

0 comments on commit e622b43

Please sign in to comment.