Skip to content

Commit

Permalink
docs: fix haddock link (#332)
Browse files Browse the repository at this point in the history
Previously this linked to Prelude.fromIntegral, but we mean Rel8.Num.fromIntegral
  • Loading branch information
TeofilC authored Jul 2, 2024
1 parent 6b0721b commit dbda2da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Rel8/Type/Num.hs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ instance DBNum Scientific

-- | The class of database types that can be coerced to from integral
-- expressions. This is a Rel8 concept, and allows us to provide
-- 'fromIntegral'.
-- 'Rel8.Expr.Num.fromIntegral'.
type DBIntegral :: Type -> Constraint
class (DBNum a, DBOrd a) => DBIntegral a
instance DBIntegral Int16
Expand Down

0 comments on commit dbda2da

Please sign in to comment.