From 085afd3e54adb6a240b8c498bae29e4b7402525a Mon Sep 17 00:00:00 2001 From: simonpj Date: Mon, 5 Apr 2004 11:14:30 +0000 Subject: [PATCH] [project @ 2004-04-05 11:14:29 by simonpj] Document :kind --- ghc/compiler/ghci/InteractiveUI.hs | 3 ++- ghc/docs/users_guide/ghci.sgml | 12 ++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/ghc/compiler/ghci/InteractiveUI.hs b/ghc/compiler/ghci/InteractiveUI.hs index 7977305..7a80aa5 100644 --- a/ghc/compiler/ghci/InteractiveUI.hs +++ b/ghc/compiler/ghci/InteractiveUI.hs @@ -1,6 +1,6 @@ {-# OPTIONS -#include "Linker.h" #-} ----------------------------------------------------------------------------- --- $Id: InteractiveUI.hs,v 1.164 2004/04/05 10:50:26 simonpj Exp $ +-- $Id: InteractiveUI.hs,v 1.165 2004/04/05 11:14:30 simonpj Exp $ -- -- GHC Interactive User Interface -- @@ -134,6 +134,7 @@ helpText = "\ \ :show bindings show the current bindings made at the prompt\n\ \\n\ \ :type show the type of \n\ +\ :kind show the kind of \n\ \ :undef undefine user-defined command :\n\ \ :unset