/typeclasses/package.dhall

Copy path to clipboard

Dhall typeclasses library providing functional programming abstractions and their instances for built-in types.

Exports typeclass definitions (Classes) and concrete instances (Instances).

Source

{-|
Dhall typeclasses library providing functional programming abstractions
and their instances for built-in types.

Exports typeclass definitions (`Classes`) and concrete instances (`Instances`).
-}
{ Classes = ./Classes/package.dhall, Instances = ./Instances/package.dhall }