Merge pull request #791 from ivan-m/defAction-doc
Make defAction's documentation visible to Haddock
This commit is contained in:
commit
9428eecda8
1 changed files with 2 additions and 2 deletions
|
@ -263,8 +263,8 @@ combineAction :: Action -> Action -> Action
|
|||
Action a c h p n m ts body resp `combineAction` Action a' c' h' p' n' m' _ _ _ =
|
||||
Action (a <> a') (c <> c') (h <> h') (p <> p') (n <> n') (m <> m') ts body resp
|
||||
|
||||
-- Default 'Action'. Has no 'captures', no GET 'params', expects
|
||||
-- no request body ('rqbody') and the typical response is 'defResponse'.
|
||||
-- | Default 'Action'. Has no 'captures', no GET 'params', expects no
|
||||
-- request body ('rqbody') and the typical response is 'defResponse'.
|
||||
--
|
||||
-- Tweakable with lenses.
|
||||
--
|
||||
|
|
Loading…
Reference in a new issue