Derive instance Real a => Real (V1 a)
Open
- Dominant language
- Haskell
- Stars
- 220
- Forks
- 55
- PR merge metrics
- No merged PRs in 30d
Description
This works:
```
deriving instance Real a => Real (V1 a)
```
With this instance you can use `realToFrac` to convert any real `V1` to any fractional type.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.