15 lines
156 B
Text
15 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
|
|
|
|
(*
|
|
|
|
*)
|