halipeto-2.3: Haskell Static Web Page Generator
Halipeto.Utilities
slash :: String -> String -> StringSource
toSlash :: [String] -> FilePathSource
fromSlash :: FilePath -> [String]Source
toSep :: Char -> [String] -> StringSource
fromSep :: Char -> String -> [String]Source
dropSpace :: String -> StringSource
mapT2 :: (a -> b) -> (a, a) -> (b, b)Source
mapT3 :: (a -> b) -> (a, a, a) -> (b, b, b)Source
thenMaybe :: (a -> Maybe b) -> (b -> Maybe c) -> a -> Maybe cSource