sig
  type t = string
  val equal : t -> t -> bool
  val hash : t -> int
  val compare : t -> t -> int
  val prefix : string -> string -> bool
  val fold_left : ('-> char -> 'a) -> '-> string -> 'a
  val fold_right : (char -> '-> 'a) -> string -> '-> 'a
  val explode : string -> char list
  val implode : char list -> string
end

Hosted by the SourceForge.net Logo* web site.
*Other names and brands may be claimed as the property of others.