Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
jberryman
GHC
Commits
b7e64112
Commit
b7e64112
authored
Feb 20, 2003
by
simonpj
Browse files
[project @ 2003-02-20 13:12:40 by simonpj]
Fix :i in InteractiveUI
parent
f9853a3e
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/compiler/ghci/InteractiveUI.hs
View file @
b7e64112
{-# OPTIONS -#include "Linker.h" #-}
-----------------------------------------------------------------------------
-- $Id: InteractiveUI.hs,v 1.14
6
2003/02/
19 15:54:07
simonpj Exp $
-- $Id: InteractiveUI.hs,v 1.14
7
2003/02/
20 13:12:40
simonpj Exp $
--
-- GHC Interactive User Interface
--
...
...
@@ -27,7 +27,7 @@ import Linker ( initLinker, showLinkerState, linkLibraries,
linkPackages
)
import
Util
import
IdInfo
(
GlobalIdDetails
(
..
)
)
import
Id
(
isImplicitId
,
idName
)
import
Id
(
isImplicitId
,
idName
,
globalIdDetails
)
import
Class
(
className
)
import
TyCon
(
tyConName
,
tyConClass_maybe
,
isPrimTyCon
,
DataConDetails
(
..
)
)
import
DataCon
(
dataConName
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment