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

Safe HaskellNone
LanguageHaskell98

Rest.Gen.Haskell.Generate

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