aboutsummaryrefslogtreecommitdiffstats
path: root/src/extraction
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2021-10-01 14:16:31 +0100
committerYann Herklotz <git@yannherklotz.com>2021-10-01 14:16:31 +0100
commit23c700b5fb35fb00d994cb66e4597fe8ea0b28e1 (patch)
tree8e5723152c11fd693aaa062adc27ad741d1701a0 /src/extraction
parentc5003f6f33c2f54e16f03773b49f93f33643d0c9 (diff)
downloadvericert-23c700b5fb35fb00d994cb66e4597fe8ea0b28e1.tar.gz
vericert-23c700b5fb35fb00d994cb66e4597fe8ea0b28e1.zip
Fix compilation of new intermediate languages
Diffstat (limited to 'src/extraction')
-rw-r--r--src/extraction/Extraction.v1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/extraction/Extraction.v b/src/extraction/Extraction.v
index 6bbfc05..97f0d2a 100644
--- a/src/extraction/Extraction.v
+++ b/src/extraction/Extraction.v
@@ -144,6 +144,7 @@ Extract Constant driver.Compiler.print_RTL => "PrintRTL.print_if".
Extract Constant Compiler.print_RTL => "PrintRTL.print_if".
Extract Constant Compiler.print_RTLBlock => "PrintRTLBlock.print_if".
Extract Constant Compiler.print_HTL => "PrintHTL.print_if".
+Extract Constant Compiler.print_RTLPar => "PrintRTLPar.print_if".
Extract Constant Compiler.print_LTL => "PrintLTL.print_if".
Extract Constant Compiler.print_Mach => "PrintMach.print_if".
Extract Constant Compiler.print => "fun (f: 'a -> unit) (x: 'a) -> f x; x".