1 2 3 4 5 6 7 8
{-# LANGUAGE ConstraintKinds #-} {-# LANGUAGE KindSignatures #-} module T17403 where import Data.Kind f :: (() :: Constraint) => String f = "hello world"