Skip to content

Commit

Permalink
Rename RE class to Regexp
Browse files Browse the repository at this point in the history
  • Loading branch information
UnkindPartition committed Feb 11, 2012
1 parent 5f5067b commit 8ad8aad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Text/Regex/Applicative/Types.hs
Expand Up @@ -65,7 +65,7 @@ data Greediness = Greedy | NonGreedy
--
-- * 'some' @ra@ matches concatenation of one or more strings matched by @ra@
-- and returns the list of @ra@'s return values on those strings.
class RE re where
class Regexp re where
reEps :: re s a
reSymbol :: ThreadId -> (s -> Bool) -> re s s
reAlt :: re s a -> re s a -> re s a
Expand Down

0 comments on commit 8ad8aad

Please sign in to comment.