Skip to content
Snippets Groups Projects
Commit 25f98585 authored by Gergő Érdi's avatar Gergő Érdi
Browse files

Add test case for #8776

parent ced09a6a
No related branches found
No related tags found
No related merge requests found
{-# LANGUAGE PatternSynonyms, GADTs #-}
data A x y = (Num x, Eq y) => B
data R = R{ rX :: Int }
pattern P = B
:load T8776.hs
:i P
pattern (Num t, Eq t1) => P :: (A t t1) -- Defined at T8776.hs:6:9
......@@ -166,3 +166,5 @@ test('T8579', normal, ghci_script, ['T8579.script'])
test('T8649', normal, ghci_script, ['T8649.script'])
test('T8674', normal, ghci_script, ['T8674.script'])
test('T8696', normal, ghci_script, ['T8696.script'])
test('T8776', normal, ghci_script, ['T8776.script'])
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