lean4-htt/tests/lean/run/decAuxBug.lean
Leonardo de Moura 9e980b2a78 fix: bug at decAux?
We are getting a few "stuck at universe constraint" errors after the
fix. We may need to add some kind of approximation in the future.
2021-09-20 07:12:57 -07:00

7 lines
98 B
Text

section
variable (A : Type) (B : A → Prop)
def foo := PSigma B
def bar : Type := PSigma B
end