summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/CustomTypeErrors03.hs
blob: 8c122276ec9185df0c887f6169902fd8c0de4588 (plain)
1
2
3
4
5
6
7
{-# LANGUAGE DataKinds #-}
module T3 where

import GHC.TypeLits

f :: TypeError (Text "This is a type error")
f = undefined