2 lines
102 B
Text
2 lines
102 B
Text
structure foo {A} (R) (x : list A) : Prop := (bar : R x)
|
|
structure test : Type := (f : ∀ x y, true)
|