/typeclasses/Instances/package.dhall
Copy path to clipboardConcrete typeclass instances for built-in Dhall types.
Includes instances for Natural, List, and NonEmpty.
Source
{-|
Concrete typeclass instances for built-in Dhall types.
Includes instances for Natural, List, and NonEmpty.
-}
{ Natural = ./Natural/package.dhall
, List = ./List/package.dhall
, NonEmpty = ./NonEmpty/package.dhall
, Bool = ./Bool/package.dhall
, Integer = ./Integer/package.dhall
, Optional = ./Optional/package.dhall
}