summaryrefslogtreecommitdiff
path: root/compiler
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--compiler/ExtractToCoq.ml8
-rw-r--r--compiler/ExtractToFStar.ml8
-rw-r--r--compiler/dune2
3 files changed, 0 insertions, 18 deletions
diff --git a/compiler/ExtractToCoq.ml b/compiler/ExtractToCoq.ml
deleted file mode 100644
index 3681adc3..00000000
--- a/compiler/ExtractToCoq.ml
+++ /dev/null
@@ -1,8 +0,0 @@
-(** Utilities for the extraction to Coq *)
-
-open Utils
-open Pure
-open TranslateCore
-open ExtractBase
-open StringUtils
-module F = Format
diff --git a/compiler/ExtractToFStar.ml b/compiler/ExtractToFStar.ml
deleted file mode 100644
index 21a6fc8f..00000000
--- a/compiler/ExtractToFStar.ml
+++ /dev/null
@@ -1,8 +0,0 @@
-(** Utilities for the extraction to F* *)
-
-open Utils
-open Pure
-open TranslateCore
-open ExtractBase
-open StringUtils
-module F = Format
diff --git a/compiler/dune b/compiler/dune
index b530340b..b825ef7e 100644
--- a/compiler/dune
+++ b/compiler/dune
@@ -22,8 +22,6 @@
ExpressionsUtils
Extract
ExtractBase
- ExtractToCoq
- ExtractToFStar
FunsAnalysis
Identifiers
InterpreterBorrowsCore