From: simonmar Date: Tue, 12 Oct 1999 14:50:07 +0000 (+0000) Subject: [project @ 1999-10-12 14:50:07 by simonmar] X-Git-Tag: Approximately_9120_patches~5710 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=d749fc5d3fcb9db35a353d396bc31314525ddddb;p=ghc-hetmet.git [project @ 1999-10-12 14:50:07 by simonmar] typo --- diff --git a/ghc/docs/users_guide/libmisc.vsgml b/ghc/docs/users_guide/libmisc.vsgml index ece0c16..d6b926a 100644 --- a/ghc/docs/users_guide/libmisc.vsgml +++ b/ghc/docs/users_guide/libmisc.vsgml @@ -716,7 +716,7 @@ The datatypes and functions that @RegexString@ provides are: data Regex -- a compiled regular expression -mkRegEx +mkRegex :: String -- regexp to compile -> Regex -- compiled regexp