src/Pure/CPure.thy
author wenzelm
Thu, 01 Dec 2005 22:03:04 +0100
changeset 18325 2d504ea54e5b
parent 18019 d1ff9ebb8bcb
child 18709 f174ebc26073
permissions -rw-r--r--
ProofContext.lthms_containing: suppress obvious duplicates;

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

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