polymap-0.1.1.0: Polygonal maps

Copyright(c) 2015 David Farrell
LicensePublicDomain
Stabilityunstable
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe
LanguageHaskell2010

Data.PolyMap.Nat

Description

Natural numbers defined at the type level with a proxy defined for the promoted kind.

Documentation

data Nat Source

Constructors

Z 
S Nat 

data Proxy a Source

Constructors

Proxy 

fourth :: Proxy (S (S (S Z))) Source

fifth :: Proxy (S (S (S (S Z)))) Source

sixth :: Proxy (S (S (S (S (S Z))))) Source

seventh :: Proxy (S (S (S (S (S (S Z)))))) Source

eigthth :: Proxy (S (S (S (S (S (S (S Z))))))) Source

ninth :: Proxy (S (S (S (S (S (S (S (S Z)))))))) Source

tenth :: Proxy (S (S (S (S (S (S (S (S (S Z))))))))) Source