summaryrefslogtreecommitdiff
path: root/testsuite/tests/linear/should_fail/T18888_datakinds.hs
blob: 8b4bd1824712cdbe5a698659b32780eee76ca488 (plain)
1
2
3
4
5
6
{-# LANGUAGE LinearTypes #-}
{-# LANGUAGE DataKinds #-}
module T18888 where

f :: a %001 -> b
f x = undefined x