Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > f0a5310ec50a197e2721b9b478b80f64 > files > 32

emacs-common-proofgeneral-3.7.1-4.fc12.noarch.rpm

(*
    Example proof script for Lego Proof General.
 
    example.l,v 9.0 2008/01/30 15:22:19 da Exp
*)

Module example Import lib_logic;

Goal {A,B:Prop}(A /\ B) -> (B /\ A);
intros;
Refine H;
intros;
andI;
Immed;
Save and_comms;