summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_fail/T2993.hs
blob: 99f2a89ca1a2e1814aa10dccd445f8c3a764d031 (plain)
1
2
3
4
5
6
7
8
{-# LANGUAGE TypeOperators #-}

-- Trac #2993

module T2993 where

foo b a = a <$> b . b