summaryrefslogtreecommitdiff
path: root/compiler
diff options
context:
space:
mode:
authorSon Ho2022-11-13 23:02:00 +0100
committerSon HO2022-11-14 14:21:04 +0100
commit2a0ecfbef81231a394df71817a4cd9e81582b7de (patch)
tree09ee9100846ec276c0e89a2c19aafe02b4065322 /compiler
parentfc21cf96f80ccb7e6455c057987bb0ff4597c0bb (diff)
Make minor modifications
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