src/Pure/CPure.thy
author haftmann
Mon, 03 Dec 2007 16:04:14 +0100
changeset 25517 36d710d1dbce
parent 19048 2b875dd5eb4c
child 26435 bdce320cd426
permissions -rw-r--r--
shifted "fun" command to Wellfounded_Relations

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