You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 9, 2019. It is now read-only.
I just noticed there aren't any combinators to use e.g. integers or doubles as AttributeValues, or sum types as options. The interface is "stringly-typed" and it forces some awkward code such as the following :
-- ** Conversion from primitive numerical types to AttributeValue
vi :: Int -> S.AttributeValue
vi = S.toValue
vis :: [Int] -> S.AttributeValue
vis = S.toValue . unwords . map show
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I just noticed there aren't any combinators to use e.g. integers or doubles as AttributeValues, or sum types as options. The interface is "stringly-typed" and it forces some awkward code such as the following :
The text was updated successfully, but these errors were encountered: