summaryrefslogtreecommitdiff
path: root/ghc/lib/haskell-1.3/LibTime.lhs
diff options
context:
space:
mode:
authorpartain <unknown>1996-01-18 16:52:47 +0000
committerpartain <unknown>1996-01-18 16:52:47 +0000
commit68a1f0233996ed79824d11d946e9801473f6946c (patch)
tree7068dbd8dde48a78e28b57605ca09b6df875c1bd /ghc/lib/haskell-1.3/LibTime.lhs
parented7464364646a28aaf27d1dbc2ceaf7a9d9ce62f (diff)
downloadhaskell-68a1f0233996ed79824d11d946e9801473f6946c.tar.gz
[project @ 1996-01-18 16:33:17 by partain]
Alleged post-Sansom 0.27+ code
Diffstat (limited to 'ghc/lib/haskell-1.3/LibTime.lhs')
-rw-r--r--ghc/lib/haskell-1.3/LibTime.lhs2
1 files changed, 2 insertions, 0 deletions
diff --git a/ghc/lib/haskell-1.3/LibTime.lhs b/ghc/lib/haskell-1.3/LibTime.lhs
index e3d6607fcf..c6fcbd4616 100644
--- a/ghc/lib/haskell-1.3/LibTime.lhs
+++ b/ghc/lib/haskell-1.3/LibTime.lhs
@@ -54,6 +54,8 @@ instance Text ClockTime where
_ccall_ strlen str `thenPrimIO` \ len ->
_packCBytesST len str `thenStrictlyST` \ ps ->
returnPrimIO (_unpackPS ps)))
+
+ showList = _showList (showsPrec 0)
\end{code}