From 1d4968bd099f897757d97b4af24e81be2e856a14 Mon Sep 17 00:00:00 2001 From: sof Date: Mon, 26 May 1997 06:21:53 +0000 Subject: [PATCH] [project @ 1997-05-26 06:21:53 by sof] GlaExts interface doc updated --- ghc/docs/users_guide/libraries.lit | 1 + 1 file changed, 1 insertion(+) diff --git a/ghc/docs/users_guide/libraries.lit b/ghc/docs/users_guide/libraries.lit index eb94efa..5231e87 100644 --- a/ghc/docs/users_guide/libraries.lit +++ b/ghc/docs/users_guide/libraries.lit @@ -1339,6 +1339,7 @@ data Integer = J# Int# Int# ByteArray# -- misc trace :: String -> a -> a +data Lift a = Lift a -- re-exported interfaces: module ByteArray -- 1.7.10.4