From 8b8f84b0f0c107184a670f8a152b3b7a99796243 Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Sat, 15 Jun 2013 08:18:47 -0400 Subject: Add Sigcheck phase to avoid issues with signatures in global initializers --- src/compiler.sig | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/compiler.sig') diff --git a/src/compiler.sig b/src/compiler.sig index fcf664eb..fdb1311f 100644 --- a/src/compiler.sig +++ b/src/compiler.sig @@ -121,6 +121,7 @@ signature COMPILER = sig val fuse : (Mono.file, Mono.file) phase val pathcheck : (Mono.file, Mono.file) phase val sidecheck : (Mono.file, Mono.file) phase + val sigcheck : (Mono.file, Mono.file) phase val cjrize : (Mono.file, Cjr.file) phase val prepare : (Cjr.file, Cjr.file) phase val checknest : (Cjr.file, Cjr.file) phase @@ -184,6 +185,7 @@ signature COMPILER = sig val toMono_shake3 : (string, Mono.file) transform val toPathcheck : (string, Mono.file) transform val toSidecheck : (string, Mono.file) transform + val toSigcheck : (string, Mono.file) transform val toCjrize : (string, Cjr.file) transform val toPrepare : (string, Cjr.file) transform val toChecknest : (string, Cjr.file) transform -- cgit v1.2.3