úÎ!3t1."      !GA module that aims to provide a uniform interface to string-like types.hapytexeu+gh@gmail.com experimentalPOSIXSafe=?0B string-likeFA typeclass that provides a uniform interface for string-like objects. string-like#Return an empty string-like object. string-like+Create a stringlike object by prepending a ", to an already existing string-like object. string-like*Create a stringlike object by appending a "7 at the end of an already existing string-like object. string-likeyUnpack a stringlike object by obtaining the first character, and the rest of the string, given the string is non-empty. # otherwise. string-likeˆUnpack a string-like object by obtaining te last character, and the string without the last character, given the string is non-empty. # otherwise. string-like,Obtain the length of the string-like object.  string-like@Compare the length of the string with the given length. Returns $% if the string has the same length, % if the string is shorter, and &³ if the string is longer. If the length is not explicitly stored, this function can stop from the moment the string-like object is exhausted, or the threshold has been reached.  string-like*Convert the given string-like object to a '!. If not specified, it will use , and then unpack the ( object in a '.  string-likeConvert a given ": to a string-like object containing the single character.  string-likeDConcatenate the list of string-like objects to a string-like object.  string-likelCreate a string-like object by mapping each character to another string-like object, and concatenate these. string-likeCheck if any of the "7s in the string-like object satisfy a given condition. string-likeCheck if all of the "7s of the string-like object satisfy a given condition. string-like#Check if the given string is empty. string-like;Append two string-like objects to a new string-like object. string-likeLMap all the characters of a string-like object to a new string-like object. string-likeƒInserts the given string-like object in between the string-like objects in the list. For example to make a comma-separated string. string-likesInserts the given character in between the string-like objects in the list. For example to make a string of words. string-likeCTransposes the rows and columns of the list of string-like objects. string-like1Calculate the reverse string of the given string. string-likeAConvert the given string-like object to its lowercase equivalent. string-likeAConvert the given string-like object to its uppercase equivalent. string-likeBConvert the given string-like object to its title-case equivalent. string-like Convert a (" object to the string-like object. string-like%Convert the string-like object to an ( object. string-likeConvert from one  type to another $ type. This is done through a lazy (. string-likeThe  object to convert. string-likeThe , object that is the equivalent of the given  object.    )      !"#$%&'()*&'+&',&'-./0123*string-like-0.1.0.0-2x90bGcPILJFTh1IfidM1wData.String.Likebase Data.String fromStringIsString StringLikeemptyconssnocunconsunsnoclength compareLengthtoStringfromChar strConcat strConcatMapstrAnystrAllstrNullappendstrMap intercalate intersperse transposereversetoLowertoUppertoTitlefromTexttoTextconvertStringLike$fStringLikeByteString$fStringLikeByteString0$fStringLikeText$fStringLikeText0$fStringLike[]ghc-prim GHC.TypesChar GHC.MaybeNothingEQLTGTGHC.BaseString text-1.2.3.1Data.Text.Internal.LazyText