Hoogle Search
Within LTS Haskell 24.40 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
atMostMin :: Int -> RE c a -> RE c [a]parser-regex Regex.Base At most n times. Minimal, i.e. biased towards matching less.
atLeastMin :: Int -> RE c a -> RE c [a]parser-regex Regex.Internal.Regex At least n times. Minimal, i.e. biased towards matching less.
atMostMin :: Int -> RE c a -> RE c [a]parser-regex Regex.Internal.Regex At most n times. Minimal, i.e. biased towards matching less.
atLeastMin :: Int -> RE c a -> RE c [a]parser-regex Regex.List At least n times. Minimal, i.e. biased towards matching less.
atMostMin :: Int -> RE c a -> RE c [a]parser-regex Regex.List At most n times. Minimal, i.e. biased towards matching less.
-
parser-regex Regex.List Parse any list. Minimal, i.e. biased towards matching less.
-
parser-regex Regex.List Parse any non-empty String. Minimal, i.e. biased towards matching less.
atLeastMin :: Int -> RE c a -> RE c [a]parser-regex Regex.Text At least n times. Minimal, i.e. biased towards matching less.
atMostMin :: Int -> RE c a -> RE c [a]parser-regex Regex.Text At most n times. Minimal, i.e. biased towards matching less.
-
persistent-mongoDB Database.Persist.MongoDB No documentation available.