From 801e81a7fa6fd733be5f9676c4176dd46f6a4db2 Mon Sep 17 00:00:00 2001 From: simonmar Date: Fri, 2 Aug 2002 11:17:15 +0000 Subject: [PATCH 1/1] [project @ 2002-08-02 11:17:15 by simonmar] Remove out-of-date comment --- ghc/compiler/prelude/TysPrim.lhs | 3 --- 1 file changed, 3 deletions(-) diff --git a/ghc/compiler/prelude/TysPrim.lhs b/ghc/compiler/prelude/TysPrim.lhs index eab67e1..f30fdac 100644 --- a/ghc/compiler/prelude/TysPrim.lhs +++ b/ghc/compiler/prelude/TysPrim.lhs @@ -3,9 +3,6 @@ % \section[TysPrim]{Wired-in knowledge about primitive types} -This module tracks the ``state interface'' document, ``GHC prelude: -types and operations.'' - \begin{code} module TysPrim( alphaTyVars, betaTyVars, alphaTyVar, betaTyVar, gammaTyVar, deltaTyVar, -- 1.7.10.4