src/Pure/CPure.thy
author wenzelm
Mon, 06 Feb 2006 20:58:57 +0100
changeset 18931 427df66052a1
parent 18835 8e080d0252c5
child 19048 2b875dd5eb4c
permissions -rw-r--r--
TableFun: renamed xxx_multi to xxx_list;

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

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

theory CPure
imports Pure
begin

subsection {* Specific modifications, see ROOT.ML *}

setup

end