aboutsummaryrefslogtreecommitdiffhomepage
path: root/isa/example.ML
blob: 8ea12dfdbcc5a6ee87db774c350e07eb5971ed38 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
(*
    Example proof script for Isabelle

    David Aspinall <da@dcs.ed.ac.uk>

    $Id$

*)    

Goal "(A & B)-->(B & A)";
br impI 1;
br conjI 1;
be conjE 1;
ba 1;
be conjE 1;
ba 1;
qed "and_comms";