Message_templates.TypesCore types for Message Templates
type hole = {name : string;operator : operator;format : string option;alignment : (bool * int) option;(is_negative, width)
*)}type parsed_template = template_part listtype property_list = property listList of properties
val string_of_operator : operator -> stringConvert operator to string for debugging
val string_of_hole : hole -> stringConvert a hole to string representation
val reconstruct_template : parsed_template -> stringReconstruct a template from parsed parts