ltk-0.12.1.0: Leksah tool kit

Safe HaskellSafe-Infered

MyMissing

Description

Module for missing base functions

Synopsis

Documentation

allOf :: forall alpha. (Bounded alpha, Enum alpha) => [alpha]Source

forceJust :: Maybe alpha -> String -> alphaSource

forceHead :: [alpha] -> String -> alphaSource

split :: Eq a => a -> [a] -> [[a]]Source

replace :: Eq a => [a] -> [a] -> [a] -> [a]Source

trim :: String -> StringSource

remove leading and trailing spaces