16 lines
156 B
Text
16 lines
156 B
Text
|
variable {A : Type},
|
||
|
variables {A : Type},
|
||
|
variables {A : Type} {B : Type} in
|
||
|
|
||
|
variables {C : Type} {D : Type}
|
||
|
|
||
|
(*
|
||
|
|
||
|
*)
|
||
|
|
||
|
theorem a : true := trivial
|
||
|
|
||
|
(*
|
||
|
|
||
|
*)
|