src/Pure/CPure.thy
author wenzelm
Fri, 11 May 2007 18:47:08 +0200
changeset 22938 454f1678bf5f
parent 19048 2b875dd5eb4c
child 26435 bdce320cd426
permissions -rw-r--r--
added fun/arg_cong_rule;

(*  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