summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_compile/T13680.hs
blob: 7c1a8553a4f5922f33af225eb87ddb869f8aaa30 (plain)
1
2
3
4
5
{-# LANGUAGE TypeApplications #-}
module T13680 where

foo :: [Int]
foo = [] @Int