Hoogle Search
Within LTS Haskell 24.45 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
anySingleBut :: MonadParsec e s m => Token s -> m (Token s)network-uri-template Network.URI.Template.Internal.Parse Match any token but the given one. It's a good idea to attach a label to this parser.
anySingleBut t = satisfy (/= t)
See also: single, anySingle, satisfy.-
parser-regex Regex.Base Parse any c.
-
parser-regex Regex.Internal.Regex Parse any c.
-
parser-regex Regex.Internal.Text Parse any Char.
-
parser-regex Regex.List Parse any c.
-
parser-regex Regex.Text Parse any Char.
-
persistent-mongoDB Database.Persist.MongoDB same as anyEq, but give a BSON Value
-
persistent-mongoDB Database.Persist.MongoDB Like (==.) but for an embedded list. Checks to see if the list contains an item. In Haskell we need different equality functions for embedded fields that are lists or non-lists to keep things type-safe. using this as the only query filter is similar to the following in the mongoDB shell
db.Collection.find({arrayField: arrayItem}) -
quickcheck-dynamic Test.QuickCheck.DynamicLogic No documentation available.
-
quickcheck-dynamic Test.QuickCheck.DynamicLogic No documentation available.