src/Tools/isac/BaseDefinitions/rewrite-order.sml
changeset 60586 007ef64dbb08
parent 60509 2e0b7ca391dc
child 60594 439f7f3867ec
equal deleted inserted replaced
60585:b7071d1dd263 60586:007ef64dbb08
    29 fun function_empty (_: LibraryC.subst) (_: term, _: term) = true;
    29 fun function_empty (_: LibraryC.subst) (_: term, _: term) = true;
    30 
    30 
    31 type T = Rule_Def.rew_ord_T
    31 type T = Rule_Def.rew_ord_T
    32 val empty = (id_empty, function_empty)
    32 val empty = (id_empty, function_empty)
    33 
    33 
    34 fun to_string (rew_ord', _) = "(" ^ rew_ord' ^ ", _: fn)"
    34 fun to_string (rew_ord, _) = "(" ^ rew_ord ^ ", _: fn)"
    35 fun equal ((id1, _), (id2, _)) = id1 = id2
    35 fun equal ((id1, _), (id2, _)) = id1 = id2
    36 
    36 
    37 end
    37 end