fizruk / fizruk/http-api-data

FromForm and ToForm instances for (,) and Either

Open
#91 5 comments 0 reactions 0 assignees View on GitHub
Dominant language
Haskell
Stars
53
Forks
45
PR merge metrics
No merged PRs in 30d

Description

Does it make sense to have:

```haskell
instance (FromForm a, FromForm b) => FromForm (a, b) where
fromForm f = (,) <$> fromForm f <*> fromForm f
```

and ditto for Either?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.