summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T19109.hs
blob: d1037260c821646d4b907bba3744e5fdf3e83876 (plain)
1
2
3
4
5
6
{-# LANGUAGE Haskell2010 #-}
module T19109 where

import Data.Functor.Identity

f (Identity @Int x) = x