Agda-2.3.2.2: test/fail/Issue476d.agda
-- Private signatures
module Issue476d where
module M where
private
record R : Set₁
record R where
field X : Set
Q : Set₁
Q = M.R-- Private signatures
module Issue476d where
module M where
private
record R : Set₁
record R where
field X : Set
Q : Set₁
Q = M.R