src/Pure/CPure.thy
author wenzelm
Fri, 03 Aug 2007 22:33:09 +0200
changeset 24150 ed724867099a
parent 19048 2b875dd5eb4c
child 26435 bdce320cd426
permissions -rw-r--r--
sort indexes according to symbolic update_time (multithreading-safe);

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