src/HOLCF/Tools/fixrec_package.ML
changeset 31023 d027411c9a38
parent 30912 4022298c1a86
child 31095 b79d140f6d0b
equal deleted inserted replaced
31022:a438b4516dd3 31023:d027411c9a38
    14   val add_fixpat_cmd: Attrib.binding * string list -> theory -> theory
    14   val add_fixpat_cmd: Attrib.binding * string list -> theory -> theory
    15   val add_matchers: (string * string) list -> theory -> theory
    15   val add_matchers: (string * string) list -> theory -> theory
    16   val setup: theory -> theory
    16   val setup: theory -> theory
    17 end;
    17 end;
    18 
    18 
    19 structure FixrecPackage: FIXREC_PACKAGE =
    19 structure FixrecPackage :> FIXREC_PACKAGE =
    20 struct
    20 struct
    21 
    21 
    22 val fix_eq2 = @{thm fix_eq2};
    22 val fix_eq2 = @{thm fix_eq2};
    23 val def_fix_ind = @{thm def_fix_ind};
    23 val def_fix_ind = @{thm def_fix_ind};
    24 
    24