packages feed

Agda-2.3.2.2: test/fail/OpenPublicPlusTypeError.agda

module OpenPublicPlusTypeError where

module X where

  postulate D : Set

open X public

postulate x : D

typeIncorrect : Set
typeIncorrect = Set1