| 1274 |      1 | (*  Title:      HOLCF/thy_syntax.ML
 | 
|  |      2 |     ID:         $Id$
 | 
|  |      3 |     Author:     Tobias Mayr
 | 
|  |      4 | 
 | 
| 3618 |      5 | Additional thy file sections for HOLCF: axioms, ops.
 | 
| 1274 |      6 | *)
 | 
|  |      7 | 
 | 
| 3622 |      8 | ThySyn.add_syntax
 | 
|  |      9 |  (ThyAxioms.axioms_keywords @ ThyOps.ops_keywords)
 | 
|  |     10 |  (ThyAxioms.axioms_sections @ ThyOps.ops_sections);
 |