summaryrefslogtreecommitdiff
path: root/testsuite/tests/partial-sigs/should_compile/T10463.hs
blob: 7279ecd2e2f8ec838801483a85045f991bd02d89 (plain)
1
2
3
4
5
{-# LANGUAGE ScopedTypeVariables, PartialTypeSignatures #-}

module T10463 where

f (x :: _) = x ++ ""