/typeclasses/Instances/Integer/package.dhall
Copy path to clipboardInteger typeclass instances for equality and ordering.
Provides instances using Dhall Prelude functions for correctness.
Source
{-|
Integer typeclass instances for equality and ordering.
Provides instances using Dhall Prelude functions for correctness.
-}
{ equality = ./equality.dhall, ordering = ./ordering.dhall }