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

module T11313 where

import Data.Kind

x = fmap @ (*)

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