summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/T17403.hs
blob: 5112ffa236c626696cd9cf683e79d2df45f9b975 (plain)
1
2
3
4
5
6
7
8
{-# LANGUAGE ConstraintKinds #-}
{-# LANGUAGE KindSignatures #-}
module T17403 where

import Data.Kind

f :: (() :: Constraint) => String
f = "hello world"