Skip to content

Commit ffcea4f

Browse files
committed
add standard floating point type names to docs
1 parent 688044a commit ffcea4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Rel8/Type.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ instance DBType Int64 where
196196
}
197197

198198

199-
-- | Corresponds to @float4@
199+
-- | Corresponds to @float4@ and @real@
200200
instance DBType Float where
201201
typeInformation = TypeInformation
202202
{ encode = \x -> Opaleye.ConstExpr
@@ -214,7 +214,7 @@ instance DBType Float where
214214
}
215215

216216

217-
-- | Corresponds to @float8@
217+
-- | Corresponds to @float8@ and @double precision@
218218
instance DBType Double where
219219
typeInformation = TypeInformation
220220
{ encode = \x -> Opaleye.ConstExpr

0 commit comments

Comments
 (0)