Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
A Haskell type representing the standard protobuf wrapper message that is associated with the given Haskell type.
Note that if Google ever adds wrappers for "sint..." or "...fixed..."
then this newtype could still be used, provided its type parameter
involves the appropriate combination of Signed
and/or Fixed
. Because the latter two types
are themselves newtypes, the corresponding coercions should work.
Wrapped a |