Mercurial > urweb
diff src/explify.sml @ 42:b3fbbc6cb1e5
Elaborating 'where'
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Thu, 19 Jun 2008 16:35:40 -0400 |
parents | 1405d8c26790 |
children | a9f3ce2d1b9b |
line wrap: on
line diff
--- a/src/explify.sml Thu Jun 19 16:04:28 2008 -0400 +++ b/src/explify.sml Thu Jun 19 16:35:40 2008 -0400 @@ -93,6 +93,7 @@ L.SgnConst sgis => (L'.SgnConst (map explifySgi sgis), loc) | L.SgnVar n => (L'.SgnVar n, loc) | L.SgnFun _ => raise Fail "Explify functor signature" + | L.SgnWhere _ => raise Fail "Explify where" | L.SgnError => raise Fail ("explifySgn: SgnError at " ^ EM.spanToString loc) fun explifyDecl (d, loc : EM.span) =