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.
7 lines
98 B
Text
7 lines
98 B
Text
section
|
|
variable (A : Type) (B : A → Prop)
|
|
|
|
def foo := PSigma B
|
|
|
|
def bar : Type := PSigma B
|
|
end
|