src/HOLCF/ax_ops/thy_ops.ML
changeset 3621 d3e248853428
parent 3534 c245c88194ff
child 3771 ede66fb99880
equal deleted inserted replaced
3620:ed1416badb41 3621:d3e248853428
     1 (*  TTITLEF/thy_ops.ML
     1 (*  TTITLEF/thy_ops.ML
     2     ID:         $Id$
     2     ID:         $Id$
     3     Author:     Tobias Mayr
     3     Author:     Tobias Mayr
     4 
     4 
     5 Additional theory file section for HOLCF: ops 
     5 Additional theory file section for HOLCF: ops 
     6 There's an elaborate but german description of this program,
     6 
     7 write to mayrt@informatik.tu-muenchen.de.
     7 TODO:
     8 For a short english description of the new sections
     8   maybe AST-representation with "op name" instead of _I_...
     9 write to regensbu@informatik.tu-muenchen.de. 
       
    10 
       
    11 TODO: maybe AST-representation with "op name" instead of _I_...
       
    12 
       
    13 *)
     9 *)
    14 
    10 
    15 signature THY_OPS =
    11 signature THY_OPS =
    16 sig
    12 sig
    17  (* continuous mixfixes (extension of datatype Mixfix.mixfix) *)
    13  (* continuous mixfixes (extension of datatype Mixfix.mixfix) *)
   451      (* "::" is already a pure keyword *)
   447      (* "::" is already a pure keyword *)
   452 
   448 
   453 val ops_sections = [("ops"    , ops_decls) ];
   449 val ops_sections = [("ops"    , ops_decls) ];
   454 
   450 
   455 end; (* the structure ThyOps *)
   451 end; (* the structure ThyOps *)
   456