src/HOLCF/Tools/cont_consts.ML
changeset 24707 dfeb98f84e93
parent 23152 9497234a2743
child 24867 e5b55d7be9bb
equal deleted inserted replaced
24706:c58547ff329b 24707:dfeb98f84e93
    89     |> Sign.add_consts_i (map first transformed_decls)
    89     |> Sign.add_consts_i (map first transformed_decls)
    90     |> Sign.add_syntax_i (map second transformed_decls)
    90     |> Sign.add_syntax_i (map second transformed_decls)
    91     |> Sign.add_trrules_i (List.concat (map third transformed_decls))
    91     |> Sign.add_trrules_i (List.concat (map third transformed_decls))
    92   end;
    92   end;
    93 
    93 
    94 val add_consts = gen_add_consts Sign.read_typ;
    94 val add_consts = gen_add_consts Syntax.read_typ_global;
    95 val add_consts_i = gen_add_consts Sign.certify_typ;
    95 val add_consts_i = gen_add_consts Sign.certify_typ;
    96 
    96 
    97 
    97 
    98 (* outer syntax *)
    98 (* outer syntax *)
    99 
    99