Skip to content

Commit

Permalink
Bump rewriter to split off Reify file (#1349)
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonGross authored and OwenConoly committed Nov 13, 2022
1 parent 2f2c424 commit 420c4d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/Language/APINotations.v
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Require Import Coq.Classes.Morphisms.
Require Import Coq.Relations.Relation_Definitions.
Require Import Crypto.Language.PreExtra.
Require Import Rewriter.Language.Language.
Require Import Rewriter.Language.Reify.
Require Import Crypto.Language.IdentifiersBasicGENERATED.
Require Import Crypto.Util.Tuple Crypto.Util.Prod Crypto.Util.LetIn.
Require Import Crypto.Util.ListUtil Coq.Lists.List Crypto.Util.NatUtil.
Expand All @@ -30,6 +31,7 @@ Import EqNotations.
Module Compilers.
Export Language.Pre.
Export Language.Compilers.
Export Reify.Compilers.
Import IdentifiersBasicLibrary.Compilers.
Import IdentifiersBasicLibrary.Compilers.Basic.
Import IdentifiersBasicGenerate.Compilers.Basic.Tactic.
Expand Down

0 comments on commit 420c4d1

Please sign in to comment.