mirror of
https://github.com/nikita-volkov/hasql.git
synced 2024-12-28 04:57:14 +03:00
SCC
This commit is contained in:
parent
e511cb7114
commit
36c18a2fd6
@ -298,7 +298,8 @@ int4 =
|
||||
{-# INLINABLE int8 #-}
|
||||
int8 :: Value Int64
|
||||
int8 =
|
||||
Value (Value.decoder (const Decoder.int))
|
||||
{-# SCC "int8" #-}
|
||||
Value (Value.decoder (const ({-# SCC "int8.int" #-} Decoder.int)))
|
||||
|
||||
-- |
|
||||
-- Deserializer of the @FLOAT4@ values.
|
||||
|
Loading…
Reference in New Issue
Block a user