aboutsummaryrefslogtreecommitdiffstats
path: root/src/extraction
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2022-07-14 08:46:14 +0100
committerYann Herklotz <git@yannherklotz.com>2022-07-14 08:46:14 +0100
commitaa753acd776638971abb5d9901cc99ef259cb314 (patch)
tree647722ffa3dae5b10e04cdf46b4e96f27699a26d /src/extraction
parent839ae9a65535e25e52207d46e274385e0709a90f (diff)
downloadvericert-aa753acd776638971abb5d9901cc99ef259cb314.tar.gz
vericert-aa753acd776638971abb5d9901cc99ef259cb314.zip
Add work on abstract predicates
Diffstat (limited to 'src/extraction')
-rw-r--r--src/extraction/Extraction.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extraction/Extraction.v b/src/extraction/Extraction.v
index 29c6e4c..aba2fe7 100644
--- a/src/extraction/Extraction.v
+++ b/src/extraction/Extraction.v
@@ -187,7 +187,7 @@ Extract Constant GiblePargen.schedule => "Schedule.schedule_fn".
(* Loop normalization *)
Extract Constant IfConversion.build_bourdoncle => "BourdoncleAux.build_bourdoncle".
-Extract Constant IfConversion.get_if_conv_t => "(fun _ -> [Maps.PTree.empty])".
+Extract Constant IfConversion.get_if_conv_t => "(fun _ -> [Maps.PTree.empty; Maps.PTree.empty; Maps.PTree.empty])".
(* Needed in Coq 8.4 to avoid problems with Function definitions. *)
Set Extraction AccessOpaque.