Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
caff4e5c
Commit
caff4e5c
authored
Aug 04, 2007
by
Ian Lynagh
Browse files
Follow flag changes
parent
3bc60be8
Changes
46
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/ghc-regress/indexed-types/should_compile/ATLoop_help.hs
View file @
caff4e5c
{-#
OPTIONS -ft
ype
-f
amilies #-}
{-#
LANGUAGE T
ype
F
amilies #-}
module
ATLoop_help
where
class
Foo
a
where
...
...
testsuite/tests/ghc-regress/indexed-types/should_compile/Deriving.hs
View file @
caff4e5c
{-#
OPTIONS -ft
ype
-f
amilies
-fglasgow-ext
s #-}
{-#
LANGUAGE T
ype
F
amilies
, StandaloneDeriving, FlexibleInstance
s #-}
module
ShouldCompile
where
...
...
testsuite/tests/ghc-regress/indexed-types/should_compile/DerivingNewType.hs
View file @
caff4e5c
{-#
OPTIONS -ft
ype
-f
amilies
-fglasgow-exts
#-}
{-#
LANGUAGE T
ype
F
amilies
, GeneralizedNewtypeDeriving
#-}
module
ShouldCompile
where
...
...
testsuite/tests/ghc-regress/indexed-types/should_compile/Exp.hs
View file @
caff4e5c
{-#
OPTIONS -ft
ype
-f
amilies #-}
{-#
LANGUAGE T
ype
F
amilies #-}
module
Exp
(
C
,
C
(
type
T
),
T
,
foo
,
S
)
where
...
...
testsuite/tests/ghc-regress/indexed-types/should_compile/Imp.hs
View file @
caff4e5c
{-#
OPTIONS -ft
ype
-f
amilies #-}
{-#
LANGUAGE T
ype
F
amilies #-}
module
Imp
where
...
...
testsuite/tests/ghc-regress/indexed-types/should_compile/Ind2_help.hs
View file @
caff4e5c
{-#
OPTIONS -ft
ype
-f
amilies #-}
{-#
LANGUAGE T
ype
F
amilies #-}
module
Ind2_help
where
...
...
testsuite/tests/ghc-regress/indexed-types/should_compile/NewTyCo1.hs
View file @
caff4e5c
{-#
OPTIONS -ft
ype
-f
amilies #-}
{-#
LANGUAGE T
ype
F
amilies #-}
module
NewTyCo1
where
...
...
testsuite/tests/ghc-regress/indexed-types/should_compile/NewTyCo2.hs
View file @
caff4e5c
{-#
OPTIONS -ft
ype
-f
amilies #-}
{-#
LANGUAGE T
ype
F
amilies #-}
module
NewTyCo2
where
...
...
testsuite/tests/ghc-regress/indexed-types/should_compile/Records.hs
View file @
caff4e5c
{-#
OPTIONS -ft
ype
-f
amilies #-}
{-#
LANGUAGE T
ype
F
amilies #-}
-- See Trac #1204
...
...
testsuite/tests/ghc-regress/indexed-types/should_compile/Simple1.hs
View file @
caff4e5c
{-#
OPTIONS -ft
ype
-f
amilies #-}
{-#
LANGUAGE T
ype
F
amilies #-}
module
ShouldCompile
where
...
...
testsuite/tests/ghc-regress/indexed-types/should_compile/Simple2.hs
View file @
caff4e5c
{-#
OPTIONS -ft
ype
-f
amilies #-}
{-#
LANGUAGE T
ype
F
amilies #-}
module
ShouldCompile
where
...
...
testsuite/tests/ghc-regress/indexed-types/should_compile/Simple3.hs
View file @
caff4e5c
{-#
OPTIONS -ft
ype
-f
amilies
-fglasgow-ext
s #-}
{-#
LANGUAGE T
ype
F
amilies
, MultiParamTypeClasses, FlexibleInstance
s #-}
module
ShouldCompile
where
...
...
testsuite/tests/ghc-regress/indexed-types/should_compile/Simple4.hs
View file @
caff4e5c
{-#
OPTIONS -ft
ype
-f
amilies #-}
{-#
LANGUAGE T
ype
F
amilies #-}
module
ShouldCompile
where
...
...
testsuite/tests/ghc-regress/indexed-types/should_compile/Simple5.hs
View file @
caff4e5c
{-#
OPTIONS -ft
ype
-f
amilies #-}
{-#
LANGUAGE T
ype
F
amilies #-}
module
ShouldCompile
where
...
...
testsuite/tests/ghc-regress/indexed-types/should_compile/Simple6.hs
View file @
caff4e5c
{-#
OPTIONS -ft
ype
-f
amilies #-}
{-#
LANGUAGE T
ype
F
amilies #-}
module
ShouldCompile
where
...
...
testsuite/tests/ghc-regress/indexed-types/should_compile/Simple7.hs
View file @
caff4e5c
{-#
OPTIONS -ft
ype
-f
amilies #-}
{-#
LANGUAGE T
ype
F
amilies #-}
module
ShouldCompile
where
...
...
testsuite/tests/ghc-regress/indexed-types/should_compile/ind1.hs
View file @
caff4e5c
{-#
OPTIONS -ft
ype
-f
amilies #-}
{-#
LANGUAGE T
ype
F
amilies #-}
-- Test type families
...
...
testsuite/tests/ghc-regress/indexed-types/should_compile/ind2.hs
View file @
caff4e5c
{-#
OPTIONS -ft
ype
-f
amilies #-}
{-#
LANGUAGE T
ype
F
amilies #-}
module
ShouldCompile
where
...
...
testsuite/tests/ghc-regress/indexed-types/should_fail/OverA.hs
View file @
caff4e5c
{-#
OPTIONS -ft
ype
-f
amilies
-fglasgow-exts
#-}
{-#
LANGUAGE T
ype
F
amilies #-}
module
OverA
(
C
,
D
)
where
...
...
testsuite/tests/ghc-regress/indexed-types/should_fail/OverB.hs
View file @
caff4e5c
{-#
OPTIONS -ft
ype
-f
amilies #-}
{-#
LANGUAGE T
ype
F
amilies #-}
module
OverB
where
...
...
Prev
1
2
3
Next
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