Mercurial > urweb
diff src/mono_shake.sml @ 609:56aaa1941dad
First gimpy RPC
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Sun, 15 Feb 2009 10:32:50 -0500 |
parents | 162d5308e34f |
children | 9a2c18dab11d |
line wrap: on
line diff
--- a/src/mono_shake.sml Sun Feb 15 09:27:36 2009 -0500 +++ b/src/mono_shake.sml Sun Feb 15 10:32:50 2009 -0500 @@ -44,7 +44,7 @@ fun shake file = let val page_es = List.foldl - (fn ((DExport (_, _, n, _), _), page_es) => n :: page_es + (fn ((DExport (_, _, n, _, _), _), page_es) => n :: page_es | (_, page_es) => page_es) [] file val (cdef, edef) = foldl (fn ((DDatatype (_, n, xncs), _), (cdef, edef)) =>