haskell-servant/servant

Lenient combinator infers to "Either String"

Open

#1118 opened on Feb 6, 2019

View on GitHub
 (4 comments) (0 reactions) (0 assignees)Haskell (1,953 stars) (422 forks)batch import
bughelp wanted

Description

Using ReqBody' '[Required, Lenient] '[JSON] Events

Expected according to docs is Either Text.

Contributor guide