summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T11313.hs
blob: 27a4397bf020e31cfac4d0ad00e08171896981f3 (plain)
1
2
3
4
5
6
7
{-# LANGUAGE TypeApplications #-}

module T11313 where

x = fmap @(*)

-- test error message output, which was quite silly before