Agda-2.3.2.2: test/succeed/Issue486.agda
module Issue486 where
record ⊤ : Set where
constructor tt
record Pub (A : Set) : Set where
field
fi : A
abstract
abs : ⊤
abs = fi
where open Pub record {fi = tt}
module Issue486 where
record ⊤ : Set where
constructor tt
record Pub (A : Set) : Set where
field
fi : A
abstract
abs : ⊤
abs = fi
where open Pub record {fi = tt}