[project @ 2003-11-10 09:48:38 by simonpj]
authorsimonpj <unknown>
Mon, 10 Nov 2003 09:48:38 +0000 (09:48 +0000)
committersimonpj <unknown>
Mon, 10 Nov 2003 09:48:38 +0000 (09:48 +0000)
Add assertErrorName to the known-key names

ghc/compiler/prelude/PrelNames.lhs

index 947feba..f9453ca 100644 (file)
@@ -208,7 +208,7 @@ basicKnownKeyNames
        -- Others
        otherwiseIdName, 
        plusIntegerName, timesIntegerName,
-       eqStringName, assertName, runSTRepName,
+       eqStringName, assertName, assertErrorName, runSTRepName,
        printName, splitName, fstName, sndName,
 
        -- Booleans