aboutsummaryrefslogtreecommitdiffhomepage
path: root/lego/example.l
blob: 526434245f91aeeb2267026546661f6e46d9123c (plain)
1
2
3
4
5
6
7
8
Module example Import lib_logic;

Goal and_commutes: {A,B:Prop}(and A B) -> (and B A);
intros; andI;
Refine H; intros; Immed; Refine H; intros; Immed;
Save and_commutes;