From b56083910b371806c329bf4657c51db77f7040ef Mon Sep 17 00:00:00 2001 From: dos-reis Date: Mon, 1 Jun 2009 08:16:47 +0000 Subject: Fix SF/2799238 * algebra/syntax.spad.pamphlet (SpadAst): Fix typo. --- src/algebra/syntax.spad.pamphlet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/algebra') diff --git a/src/algebra/syntax.spad.pamphlet b/src/algebra/syntax.spad.pamphlet index 20396e7e..b28ce3f4 100644 --- a/src/algebra/syntax.spad.pamphlet +++ b/src/algebra/syntax.spad.pamphlet @@ -1611,7 +1611,7 @@ SpadAst(): SpadAstExports() == add x case ExitAst == isAst(x,'exit) autoCoerce(x: %): ExitAst == x : ExitAst - x case ReturnAst == isAst(x,'RETURN) + x case ReturnAst == isAst(x,'_return) autoCoerce(x: %): ReturnAst == x : ReturnAst x case CoerceAst == isAst(x,'_:_:) -- cgit v1.2.3