summaryrefslogtreecommitdiff
path: root/testsuite/tests/pmcheck/should_compile/T17219.hs
blob: 66f470295e02a6f1cdb8e53d03601ce203c01d0a (plain)
1
2
3
4
5
6
7
8
9
10
{-# OPTIONS_GHC -Wincomplete-patterns #-}
{-# LANGUAGE OverloadedLists #-}

module Weird where

import Data.Sequence

f :: Seq Int -> ()
f [0] = ()