bitemyapp / bitemyapp/esqueleto

Passthrough instances for literals

Open
#360 0 comments 1 reaction 0 assignees View on GitHub
Dominant language
Haskell
Stars
399
Forks
107
Avg merge
1d 17h
Merged PRs (30d)
1

Description

May be nice to have:

```haskell
instance Num a => Num (SqlExpr (Value a)) where
fromInteger = val .fromInteger
(+) = (+.)
(*) = (*.)
-- etc...

instance IsString a => IsString (SqlExpr (Value a)) where
fromString = val . fromString
```

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.