aboutsummaryrefslogtreecommitdiff
path: root/src/interp/compiler.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/compiler.boot')
-rw-r--r--src/interp/compiler.boot6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/interp/compiler.boot b/src/interp/compiler.boot
index bd9cf135..236f1d34 100644
--- a/src/interp/compiler.boot
+++ b/src/interp/compiler.boot
@@ -1,4 +1,4 @@
--- Copyright (c) 1991-2002, The Numerical ALgorithms Group Ltd.
+-- Copyright (c) 1991-2002, The Numerical Algorithms Group Ltd.
-- All rights reserved.
-- Copyright (C) 2007-2008, Gabriel Dos Reis.
-- All rights reserved.
@@ -15,7 +15,7 @@
-- the documentation and/or other materials provided with the
-- distribution.
--
--- - Neither the name of The Numerical ALgorithms Group Ltd. nor the
+-- - Neither the name of The Numerical Algorithms Group Ltd. nor the
-- names of its contributors may be used to endorse or promote products
-- derived from this software without specific prior written permission.
--
@@ -1305,6 +1305,8 @@ coerceHard(T,m) ==
$bootStrapMode = true => [T.expr,m,$e]
extendsCategoryForm(T.expr,T.mode,m) => [T.expr,m,$e]
coerceExtraHard(T,m)
+ (m' = "$" and m = $functorForm) or (m' = $functorForm and m = "$") =>
+ [T.expr,m,$e]
coerceExtraHard(T,m)
coerceExtraHard: (%Triple,%Mode) -> %Triple