aboutsummaryrefslogtreecommitdiff
path: root/mathcomp/ssrtest/move_after.v
blob: d62926d541288b4ced7d90166728eff503bbf187 (plain)
1
2
3
4
5
6
7
Require Import mathcomp.ssreflect.ssreflect.


Goal True -> True -> True.
move=> H1 H2.
move H1 after H2.
Admitted.