From 60520cd8d08f63337225c0a2938827e00a2c48a3 Mon Sep 17 00:00:00 2001 From: Jason Gross Date: Wed, 10 Apr 2019 16:41:34 -0400 Subject: sed s'/RewriterProofs/RewriterAll/g' --- src/RewriterProofs.v | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 src/RewriterProofs.v (limited to 'src/RewriterProofs.v') diff --git a/src/RewriterProofs.v b/src/RewriterProofs.v deleted file mode 100644 index c2a891de1..000000000 --- a/src/RewriterProofs.v +++ /dev/null @@ -1,24 +0,0 @@ -Require Import Crypto.Rewriter.NBE. -Require Import Crypto.Rewriter.Arith. -Require Import Crypto.Rewriter.ArithWithCasts. -Require Import Crypto.Rewriter.StripLiteralCasts. -Require Import Crypto.Rewriter.ToFancy. -Require Import Crypto.Rewriter.ToFancyWithCasts. - -Module Compilers. - Export NBE.Compilers. - Export Arith.Compilers. - Export ArithWithCasts.Compilers. - Export StripLiteralCasts.Compilers. - Export ToFancy.Compilers. - Export ToFancyWithCasts.Compilers. - - Module Import RewriteRules. - Export NBE.Compilers.RewriteRules. - Export Arith.Compilers.RewriteRules. - Export ArithWithCasts.Compilers.RewriteRules. - Export StripLiteralCasts.Compilers.RewriteRules. - Export ToFancy.Compilers.RewriteRules. - Export ToFancyWithCasts.Compilers.RewriteRules. - End RewriteRules. -End Compilers. -- cgit v1.2.3