4 lines
148 B
Text
4 lines
148 B
Text
class FooClass (α : Type _) : Prop where
|
||
|
||
theorem bar (α ι : Type _) [FooClass α] (f : ι → FooClass α) : FooClass α := by
|
||
infer_instance
|