1 2 3 4 5 6
{-# LANGUAGE LinearTypes #-} {-# LANGUAGE DataKinds #-} module T18888 where f :: a %001 -> b f x = undefined x