summaryrefslogtreecommitdiff
path: root/src/sources
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2008-07-03 18:06:52 -0400
committerGravatar Adam Chlipala <adamc@hcoop.net>2008-07-03 18:06:52 -0400
commit8d4e252a0d4ac2c89805cd2785f79572cdfe7d82 (patch)
treeb40a8f79d41cd6fe1faebbca7aa44489fbaf0d42 /src/sources
parentb11edd2101e896dd0482715686712b67f00d3099 (diff)
Mono optimizations (start with string concat and space eating)
Diffstat (limited to 'src/sources')
-rw-r--r--src/sources3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/sources b/src/sources
index 20bb2011..3cf2bb94 100644
--- a/src/sources
+++ b/src/sources
@@ -89,6 +89,9 @@ mono_env.sml
mono_print.sig
mono_print.sml
+mono_opt.sig
+mono_opt.sml
+
flat.sml
flat_util.sig