Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Synopsis
- data SearchQuote = SearchQuote {}
- defaultSearchQuote :: SearchQuote
Documentation
data SearchQuote Source #
Searches for a given quote in a text. Returns found quote start position in UTF-16 code units. Returns a 404 error if the quote is not found. Can be called synchronously. Returns FoundPosition
SearchQuote | |
|
Instances
ToJSON SearchQuote Source # | |
Defined in TD.Query.SearchQuote toJSON :: SearchQuote -> Value # toEncoding :: SearchQuote -> Encoding # toJSONList :: [SearchQuote] -> Value # toEncodingList :: [SearchQuote] -> Encoding # | |
Show SearchQuote Source # | |
Defined in TD.Query.SearchQuote showsPrec :: Int -> SearchQuote -> ShowS # show :: SearchQuote -> String # showList :: [SearchQuote] -> ShowS # | |
Eq SearchQuote Source # | |
Defined in TD.Query.SearchQuote (==) :: SearchQuote -> SearchQuote -> Bool # (/=) :: SearchQuote -> SearchQuote -> Bool # | |
ShortShow SearchQuote Source # | |
Defined in TD.Query.SearchQuote shortShow :: SearchQuote -> String Source # |