Skip to content

Commit

Permalink
with namedroute
Browse files Browse the repository at this point in the history
  • Loading branch information
akhesaCaro committed Feb 23, 2022
1 parent e620b17 commit bf5b1fd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions doc/cookbook/namedRoutes/NamedRoutes.lhs
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@ After, we show you how to implement the API type with the NamedRoutes records.
Lastly, we make a Server and a Client out of the API type.

However, it should be understood that this cookbook does _not_ dwell on the
built-in servant combinators as the [<Structuring APIs> cookbook
](<../structuring-apis/StructuringApis.html>)
already covers that angle.
built-in servant combinators as the [Structuring APIs
](<../structuring-apis/StructuringApis.html>) cookbook already covers that angle.

## Why would I want to use `NamedRoutes` over the alternative `:<|>` operator?

Expand Down

0 comments on commit bf5b1fd

Please sign in to comment.