From 97bef2ce356e489e1ab835c820d889b26230cfc2 Mon Sep 17 00:00:00 2001 From: simonpj Date: Mon, 15 Oct 2001 15:03:24 +0000 Subject: [PATCH] [project @ 2001-10-15 15:03:24 by simonpj] Add comment for type of unsafeCoerce# --- ghc/compiler/basicTypes/MkId.lhs | 1 + 1 file changed, 1 insertion(+) diff --git a/ghc/compiler/basicTypes/MkId.lhs b/ghc/compiler/basicTypes/MkId.lhs index c3d3400..0e45b8f 100644 --- a/ghc/compiler/basicTypes/MkId.lhs +++ b/ghc/compiler/basicTypes/MkId.lhs @@ -769,6 +769,7 @@ they can unify with both unlifted and lifted types. Hence we provide another gun with which to shoot yourself in the foot. \begin{code} +-- unsafeCoerce# :: forall a b. a -> b unsafeCoerceId = pcMiscPrelId unsafeCoerceIdKey pREL_GHC SLIT("unsafeCoerce#") ty info where -- 1.7.10.4