This commit is contained in:
Nikita Volkov 2015-11-20 09:28:26 +03:00
parent e511cb7114
commit 36c18a2fd6

View File

@ -298,7 +298,8 @@ int4 =
{-# INLINABLE int8 #-} {-# INLINABLE int8 #-}
int8 :: Value Int64 int8 :: Value Int64
int8 = int8 =
Value (Value.decoder (const Decoder.int)) {-# SCC "int8" #-}
Value (Value.decoder (const ({-# SCC "int8.int" #-} Decoder.int)))
-- | -- |
-- Deserializer of the @FLOAT4@ values. -- Deserializer of the @FLOAT4@ values.