summaryrefslogtreecommitdiff
path: root/testsuite/tests/partial-sigs/should_fail/T14449.hs
blob: d49a390af24b511d8f23da8391fcf8df855a79d4 (plain)
1
2
3
4
5
6
{-# LANGUAGE PartialTypeSignatures #-}

module T14449 where

f :: a -> b -> _
f x y = [x, y]