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
7d0200ab
Commit
7d0200ab
authored
Nov 01, 2007
by
Simon Marlow
Browse files
fix this test on the 6.8 branch
parent
3424aa4f
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/ghc-regress/typecheck/should_compile/tc192.hs
View file @
7d0200ab
{-# OPTIONS -fglasgow-exts -farrows #-}
{-# OPTIONS -fglasgow-exts -farrows
-cpp
#-}
-- Test infix type notation and arrow notation
module
Test
where
#
if
__GLASGOW_HASKELL__
>
608
import
Prelude
hiding
(
id
,(
.
))
import
Control.Category
#
endif
import
Control.Arrow
-- For readability, I use infix notation for arrow types. I'd prefer the
...
...
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