src/Pure/CPure.thy
author wenzelm
Sat, 07 Jul 2007 00:14:57 +0200
changeset 23616 ba6deff7d214
parent 19048 2b875dd5eb4c
child 26435 bdce320cd426
permissions -rw-r--r--
renamed raw to escape; simplified pretty token metric: type int; simplified print_mode setup: output_width and escape; moved pretty setup to pretty.ML;

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