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

module T11313 where

x = fmap @ (*)

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