diff options
author | Son Ho | 2022-11-13 23:02:00 +0100 |
---|---|---|
committer | Son HO | 2022-11-14 14:21:04 +0100 |
commit | 2a0ecfbef81231a394df71817a4cd9e81582b7de (patch) | |
tree | 09ee9100846ec276c0e89a2c19aafe02b4065322 /compiler | |
parent | fc21cf96f80ccb7e6455c057987bb0ff4597c0bb (diff) |
Make minor modifications
Diffstat (limited to '')
-rw-r--r-- | compiler/ExtractToCoq.ml | 8 | ||||
-rw-r--r-- | compiler/ExtractToFStar.ml | 8 | ||||
-rw-r--r-- | compiler/dune | 2 |
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 |