Agda-2.3.2.2: test/fail/Issue203.agda
{-# OPTIONS --universe-polymorphism #-}
module Issue203 where
open import Imports.Level
-- shouldn't work
data Bad {a b} (A : Set a) : Set b where
[_] : (x : A) → Bad A
{-# OPTIONS --universe-polymorphism #-}
module Issue203 where
open import Imports.Level
-- shouldn't work
data Bad {a b} (A : Set a) : Set b where
[_] : (x : A) → Bad A