Agda-2.3.2.2: test/fail/NoTerminationCheck2.agda
-- 2012-03-08 Andreas
module NoTerminationCheck2 where
{-# NO_TERMINATION_CHECK #-}
data D : Set where
lam : (D -> D) -> D
-- error: works only for function definitions
-- 2012-03-08 Andreas
module NoTerminationCheck2 where
{-# NO_TERMINATION_CHECK #-}
data D : Set where
lam : (D -> D) -> D
-- error: works only for function definitions