From: simonmar Date: Wed, 29 May 2002 13:27:04 +0000 (+0000) Subject: [project @ 2002-05-29 13:27:04 by simonmar] X-Git-Tag: nhc98-1-18-release~993 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=67ec37f1785a8b51185c9d0151b3e56a130b9852;p=haskell-directory.git [project @ 2002-05-29 13:27:04 by simonmar] fix case of markup inside bird tracks. --- diff --git a/Text/Regex/Posix.hsc b/Text/Regex/Posix.hsc index e2f243b..08565b5 100644 --- a/Text/Regex/Posix.hsc +++ b/Text/Regex/Posix.hsc @@ -80,10 +80,12 @@ regexec :: Regex -- ^ Compiled regular expression -- ^ Returns: 'Nothing' if the regex did not match the -- string, or: -- - -- > 'Just' (everything before match, - -- > matched portion, - -- > everything after match, - -- > subexpression matches) + -- @ + -- 'Just' (everything before match, + -- matched portion, + -- everything after match, + -- subexpression matches) + -- @ regexec (Regex regex_fptr) str = do withCString str $ \cstr -> do