summaryrefslogtreecommitdiff
path: root/src/mono_shake.sml
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2009-04-12 10:08:11 -0400
committerGravatar Adam Chlipala <adamc@hcoop.net>2009-04-12 10:08:11 -0400
commit30eeaff2c92fb1d0ba029a7688fc7b547a60c150 (patch)
treea661373caf0683dea44543b9997278159a574d1b /src/mono_shake.sml
parent17cb59d373d1a94731d3730b938776b524d9f81c (diff)
style declarations
Diffstat (limited to 'src/mono_shake.sml')
-rw-r--r--src/mono_shake.sml6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mono_shake.sml b/src/mono_shake.sml
index 343ec728..d2426f9f 100644
--- a/src/mono_shake.sml
+++ b/src/mono_shake.sml
@@ -58,7 +58,8 @@ fun shake file =
| ((DTable _, _), acc) => acc
| ((DSequence _, _), acc) => acc
| ((DDatabase _, _), acc) => acc
- | ((DJavaScript _, _), acc) => acc)
+ | ((DJavaScript _, _), acc) => acc
+ | ((DStyle _, _), acc) => acc)
(IM.empty, IM.empty) file
fun typ (c, s) =
@@ -115,7 +116,8 @@ fun shake file =
| (DTable _, _) => true
| (DSequence _, _) => true
| (DDatabase _, _) => true
- | (DJavaScript _, _) => true) file
+ | (DJavaScript _, _) => true
+ | (DStyle _, _) => true) file
end
end