src/HOLCF/ax_ops/thy_syntax.ML
author wenzelm
Mon, 20 Oct 1997 11:22:29 +0200
changeset 3946 34152864655c
parent 3622 85898be702b2
permissions -rw-r--r--
tuned; adapted to qualified names;

(*  Title:      HOLCF/thy_syntax.ML
    ID:         $Id$
    Author:     Tobias Mayr

Additional thy file sections for HOLCF: axioms, ops.
*)

ThySyn.add_syntax
 (ThyAxioms.axioms_keywords @ ThyOps.ops_keywords)
 (ThyAxioms.axioms_sections @ ThyOps.ops_sections);