From e542e7ba2106c5763006e88d90b6834fe9221b85 Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Thu, 19 Jun 2008 16:35:40 -0400 Subject: Elaborating 'where' --- src/explify.sml | 1 + 1 file changed, 1 insertion(+) (limited to 'src/explify.sml') diff --git a/src/explify.sml b/src/explify.sml index caba15d1..73c9aed2 100644 --- a/src/explify.sml +++ b/src/explify.sml @@ -93,6 +93,7 @@ and explifySgn (sgn, loc) = 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) = -- cgit v1.2.3