| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
TD.Query.SearchQuote
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
Constructors
| SearchQuote | |
Fields
| |
Instances
| ToJSON SearchQuote Source # | |
Defined in TD.Query.SearchQuote Methods toJSON :: SearchQuote -> Value # toEncoding :: SearchQuote -> Encoding # toJSONList :: [SearchQuote] -> Value # toEncodingList :: [SearchQuote] -> Encoding # | |
| Show SearchQuote Source # | |
Defined in TD.Query.SearchQuote Methods showsPrec :: Int -> SearchQuote -> ShowS # show :: SearchQuote -> String # showList :: [SearchQuote] -> ShowS # | |
| Eq SearchQuote Source # | |
Defined in TD.Query.SearchQuote | |
| ShortShow SearchQuote Source # | |
Defined in TD.Query.SearchQuote Methods shortShow :: SearchQuote -> String Source # | |