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

Safe HaskellNone
LanguageHaskell98

Rest.Gen.Haskell.Generate

Synopsis

Documentation

lLibExposed :: forall cat. ArrowApply cat => Lens cat Library Bool Source

lCondTreeData :: forall cat v c a. ArrowApply cat => Lens cat (CondTree v c a) a Source

lCondTreeConstraints :: forall cat v c a. ArrowApply cat => Lens cat (CondTree v c a) c Source

lCondTreeComponents :: forall cat v c a. ArrowApply cat => Lens cat (CondTree v c a) [(Condition v, CondTree v c a, Maybe (CondTree v c a))] Source

urlParts :: String -> Link -> ([Code], [String]) -> ([Code], [String]) Source

rewriteModules :: [(String, String)] -> [String] -> [String] Source

Rewrites multiple flattened module names

rewriteModule :: [(String, String)] -> [String] -> [String] Source

Rewrites a single module name