Changeset 16504

Show
Ignore:
Timestamp:
05/22/07 13:50:22 (18 months ago)
Author:
audreyt
Message:

* Pugs.Meta.Str: The "split" method should be named "split". :)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/Pugs/Meta/Str.hs

    r16341 r16504  
    2121    , "bytes"       ... Char8.length -- WRONG! assumes in UTF-8 representation 
    2222    , "quotemeta"   ... Str.concatMap (cast . toQuoteMeta) 
    23     , "_split_str"  ... _split_str [] 
     23    , "split"       ... _split_str [] 
    2424    ] 
    2525