d998bf9300
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
5 lines
No EOL
116 B
Text
5 lines
No EOL
116 B
Text
import standard
|
|
using tactic
|
|
|
|
theorem T {a b c d : Prop} (H : a) (H : b) (H : c) (H : d) : a
|
|
:= by state; assumption |