Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
c2b361ce
Commit
c2b361ce
authored
Jan 26, 2008
by
twanvl
Browse files
Fixed warnings in coreSyn/ExternalCore
parent
6afe26f2
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/coreSyn/ExternalCore.lhs
View file @
c2b361ce
...
...
@@ -2,13 +2,6 @@
% (c) The University of Glasgow 2001-2006
%
\begin{code}
{-# OPTIONS -w #-}
-- The above warning supression flag is a temporary kludge.
-- While working on this module you are encouraged to remove it and fix
-- any warnings in the module. See
-- http://hackage.haskell.org/trac/ghc/wiki/Commentary/CodingStyle#Warnings
-- for details
module ExternalCore where
...
...
@@ -87,6 +80,7 @@ type Qual t = (Mname,t)
type Id = String
primMname :: Mname
primMname = "base:GHC.Prim"
tcArrow :: Qual Tcon
...
...
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