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] = ()