Module Builtins_string.String_alarms

module String_alarms: Datatype.S_with_collections  with type t = Alarms.t * string * string
Alarms are triples (kind, text, warning_msg):

include Datatype.S
module Set: Datatype.Set  with type elt = t
module Map: Datatype.Map  with type key = t
module Hashtbl: Datatype.Hashtbl  with type key = t