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

Safe HaskellNone
LanguageHaskell98

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) -> a Source

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

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

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