src/Pure/CPure.thy
author paulson
Thu, 06 Sep 2007 17:03:53 +0200
changeset 24547 64c20ee76bc1
parent 19048 2b875dd5eb4c
child 26435 bdce320cd426
permissions -rw-r--r--
Vampire structured proofs. Better parsing; some bug fixes.

(*  Title:      Pure/CPure.thy
    ID:         $Id$

The CPure theory -- Pure with alternative application syntax.
*)

theory CPure
imports Pure
begin

setup  -- {* Some syntax modifications, see ROOT.ML *}

end