smh-0.2.1: String manipulation tool written in haskell
Safe HaskellSafe-Inferred
LanguageHaskell2010

Focusers

Documentation

myWords :: Text -> ([Text], [Text]) Source #

mySpace :: Text -> ([Text], [Text]) Source #

interleave :: [a] -> [a] -> [a] Source #

focusCompOrd :: (forall a. (Ord a, Eq a) => a -> a -> Bool) -> Focuser -> Focuser -> Focuser Source #

focusCompEq :: (forall a. Eq a => a -> a -> Bool) -> Focuser -> Focuser -> Focuser Source #