aboutsummaryrefslogtreecommitdiffhomepage
path: root/lego/example.l
blob: a15ea58867e95f5f1a6c5875a23ca495ae69f9f6 (plain)
1
2
3
4
5
6
7
8
Module Walkthrough 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;