From: simonmar Date: Thu, 6 Apr 2000 13:31:09 +0000 (+0000) Subject: [project @ 2000-04-06 13:31:09 by simonmar] X-Git-Tag: Approximately_9120_patches~4796 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=9dde325fb4d75561ca280dd97dc034f588abd3d3;p=ghc-hetmet.git [project @ 2000-04-06 13:31:09 by simonmar] remove instance for CCallable [Char] --- diff --git a/ghc/lib/std/PrelBase.lhs b/ghc/lib/std/PrelBase.lhs index 4934e7f..4859f47 100644 --- a/ghc/lib/std/PrelBase.lhs +++ b/ghc/lib/std/PrelBase.lhs @@ -538,9 +538,6 @@ instance CReturnable Char instance CCallable Int instance CReturnable Int --- DsCCall knows how to pass strings... -instance CCallable [Char] - instance CReturnable () -- Why, exactly? \end{code}