Int16 -package:dhall
base Data.Int GHC.Int,
rio RIO.Prelude.Types,
base-prelude BasePrelude BasePrelude.DataTypes,
Cabal-syntax Distribution.Compat.Prelude,
basement Basement.Compat.Base Basement.Imports,
foundation Foundation,
ghc-internal GHC.Internal.Int,
word-compat GHC.Int.Compat,
copilot-language Copilot.Language,
cabal-install-solver Distribution.Solver.Compat.Prelude,
utf8-light Codec.Binary.UTF8.Light,
verset Verset 16-bit signed integer type
16-bit signed integer type
Generates a random 16-bit integer in the given
[inclusive,inclusive] range.
This is a specialization of integral, offered for
convenience.
Encode a 16-bit signed integer as 4 bytes.
Parse a LEB-128-zigzag-encoded signed number. If the encoded number is
outside the range [-32768,32767], this fails with the
provided error.
Deserialize a signed 16-bit integer in serializer default byte order.
Serialize a signed 16-bit integer in serializer default byte order.
Decode JSON number to
Int16
Encode JSON number to
Int16