[project @ 2000-04-06 13:31:09 by simonmar]
authorsimonmar <unknown>
Thu, 6 Apr 2000 13:31:09 +0000 (13:31 +0000)
committersimonmar <unknown>
Thu, 6 Apr 2000 13:31:09 +0000 (13:31 +0000)
remove instance for CCallable [Char]

ghc/lib/std/PrelBase.lhs

index 4934e7f..4859f47 100644 (file)
@@ -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}