src/Pure/CPure.thy
author wenzelm
Thu, 27 Oct 2005 13:54:43 +0200
changeset 17995 8b9c6af78a67
parent 15804 3a55e6e26c8a
child 18019 d1ff9ebb8bcb
permissions -rw-r--r--
consts: monomorphic;

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

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

theory CPure
imports Pure
begin

setup
"[Theory.del_modesyntax Syntax.default_mode Syntax.pure_appl_syntax,
  Theory.add_syntax Syntax.pure_applC_syntax]"

end