summaryrefslogtreecommitdiff
path: root/src/unnest.sml
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2008-11-06 10:29:55 -0500
committerGravatar Adam Chlipala <adamc@hcoop.net>2008-11-06 10:29:55 -0500
commitcf761fbfd28af10fb6e11bdf583f2821abecfe44 (patch)
tree5857f5dc14c0b71b191d1a267c9a8fdfcee03810 /src/unnest.sml
parent52bcb1e926570966efe93672e968999f4f2e14f8 (diff)
Cookies through elaborate
Diffstat (limited to 'src/unnest.sml')
-rw-r--r--src/unnest.sml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/unnest.sml b/src/unnest.sml
index b56daf8a..6a37d484 100644
--- a/src/unnest.sml
+++ b/src/unnest.sml
@@ -348,6 +348,7 @@ fun unnest file =
| DSequence _ => default ()
| DClass _ => default ()
| DDatabase _ => default ()
+ | DCookie _ => default ()
end
and doStr (all as (str, loc), st) =