Skip to content
GitLab
Menu
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
cd9e8ad3
Commit
cd9e8ad3
authored
Nov 12, 2010
by
simonpj
Browse files
More LANGUAGE BangPatterns
parent
42a4a859
Changes
5
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/ghc-regress/deSugar/should_compile/ds035.hs
View file @
cd9e8ad3
{-# LANGUAGE MagicHash #-}
{-# LANGUAGE MagicHash
, BangPatterns
#-}
module
ShouldCompile
where
import
GHC.Exts
...
...
testsuite/tests/ghc-regress/deSugar/should_compile/ds057.hs
View file @
cd9e8ad3
{-# LANGUAGE MagicHash, UnboxedTuples #-}
{-# LANGUAGE MagicHash,
BangPatterns,
UnboxedTuples #-}
module
ShouldCompile
where
import
Data.Word
...
...
testsuite/tests/ghc-regress/ghci.debugger/scripts/dynbrk009.hs
View file @
cd9e8ad3
{-# LANGUAGE MagicHash #-}
{-# LANGUAGE MagicHash
, BangPatterns
#-}
import
GHC.Base
...
...
testsuite/tests/ghc-regress/simplCore/should_compile/simpl004.hs
View file @
cd9e8ad3
{-# LANGUAGE UnboxedTuples, MagicHash #-}
{-# LANGUAGE UnboxedTuples, MagicHash
, BangPatterns
#-}
module
ShouldCompile
where
...
...
testsuite/tests/ghc-regress/typecheck/should_compile/tc185.hs
View file @
cd9e8ad3
{-# LANGUAGE MagicHash #-}
{-# LANGUAGE MagicHash
, BangPatterns
#-}
-- Killed GHC 6.3 HEAD
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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