From: panne Date: Sun, 17 Feb 2002 13:02:44 +0000 (+0000) Subject: [project @ 2002-02-17 13:02:44 by panne] X-Git-Tag: Approximately_9120_patches~15 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=73d2734a2843e7c09f4d5d29a34398bde3af88db;p=ghc-hetmet.git [project @ 2002-02-17 13:02:44 by panne] Fixed TeX quoting --- diff --git a/ghc/compiler/prelude/primops.txt.pp b/ghc/compiler/prelude/primops.txt.pp index 6f231bf..ee40508 100644 --- a/ghc/compiler/prelude/primops.txt.pp +++ b/ghc/compiler/prelude/primops.txt.pp @@ -1,5 +1,5 @@ ----------------------------------------------------------------------- --- $Id: primops.txt.pp,v 1.15 2001/12/18 15:23:16 sewardj Exp $ +-- $Id: primops.txt.pp,v 1.16 2002/02/17 13:02:44 panne Exp $ -- -- Primitive Operations -- @@ -1621,7 +1621,7 @@ primop NewBCOOp "newBCO#" GenPrimOp ------------------------------------------------------------------------ section "Coercion" - {{\tt unsafeCoerce# :: a -> b} is not a primop, but is defined in MkId.lhs.} + {{\tt unsafeCoerce\# :: a -> b} is not a primop, but is defined in MkId.lhs.} ------------------------------------------------------------------------