Idris2Doc
: stringsearch-algorithms
Index
Default
Alternative
Black & White
Package stringsearch-algorithms - Namespaces
Data.ByteString.Search.BoyerMoore
Boyer-Moore search of ByteStrings
Data.ByteString.Search.BoyerMoore.Internal
Utilities for the Boyer-Moore string searching algorithm.
Data.ByteString.Search.DFA
Fast deterministic finite automaton (DFA) search of ByteStrings
Data.ByteString.Search.DFA.Internal
Utilities for the DFA string searching algorithm.
Data.ByteString.Search.DFA.Types
Types for the DFA string searching algorithm.
Data.ByteString.Search.KnuthMorrisPratt
Fast Knuth-Morris-Pratt search of ByteStrings
Data.ByteString.Search.KnuthMorrisPratt.Internal
Utilities for the Knuth-Morris-Pratt string searching algorithm.