Skip to content
Snippets Groups Projects
Commit 87e6123d authored by Richard Eisenberg's avatar Richard Eisenberg Committed by Austin Seipp
Browse files

Test #9085.

(cherry picked from commit f5026170)
parent 105d8d1c
No related branches found
No related tags found
No related merge requests found
{-# LANGUAGE TypeFamilies #-}
module T9085 where
type family F a where
F a = Int
F Bool = Bool
T9085.hs:7:3: Warning:
Overlapped type family instance equation:
F Bool = Bool
...@@ -243,3 +243,4 @@ test('T8889', normal, compile, ['']) ...@@ -243,3 +243,4 @@ test('T8889', normal, compile, [''])
test('T8913', normal, compile, ['']) test('T8913', normal, compile, [''])
test('T8978', normal, compile, ['']) test('T8978', normal, compile, [''])
test('T8979', normal, compile, ['']) test('T8979', normal, compile, [''])
test('T9085', normal, compile, [''])
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment