summaryrefslogtreecommitdiff
path: root/testsuite/tests/parser/should_compile/T20186.hs
blob: 0085a5d1aaada4ee0a17de8e84c591bbcc24898c (plain)
1
2
3
4
5
6
{-# LANGUAGE OverloadedRecordDot, ExplicitForAll #-}

identity :: forall a. a -> a
identity a = a

main = undefined