rest-gen-0.9.0.4: Documentation and client generation from rest definition.

Safe HaskellNone

Rest.Gen.Utils

Documentation

copyContent :: ToSElem a => [(String, a)] -> String -> String -> IO ()Source

groupByFirst :: Eq a => [(a, b)] -> [(a, [b])]Source

fst3 :: (a, b, c) -> aSource

snd3 :: (a, b, c) -> bSource

thd3 :: (a, b, c) -> cSource

mapHead :: (a -> a) -> [a] -> [a]Source