diff options
author | Adam Chlipala <adamc@hcoop.net> | 2008-07-22 15:12:20 -0400 |
---|---|---|
committer | Adam Chlipala <adamc@hcoop.net> | 2008-07-22 15:12:20 -0400 |
commit | e8ceaa0ae216c7c85e810998ab97989e7a83c82d (patch) | |
tree | f26deeee6825b28bb3e6005523f887de3c1a79a4 /src/core_print.sig | |
parent | b1997d2e699e92e83f7130b7b4a4c5467dcdcd27 (diff) |
Simple forms work
Diffstat (limited to 'src/core_print.sig')
-rw-r--r-- | src/core_print.sig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core_print.sig b/src/core_print.sig index ecc7fdeb..1899ce15 100644 --- a/src/core_print.sig +++ b/src/core_print.sig @@ -33,6 +33,7 @@ signature CORE_PRINT = sig val p_exp : CoreEnv.env -> Core.exp Print.printer val p_decl : CoreEnv.env -> Core.decl Print.printer val p_file : CoreEnv.env -> Core.file Print.printer + val p_export_kind : Core.export_kind Print.printer val debug : bool ref end |