Module

Type.Nat

Package
purescript-sql
Repository
joneshf/purescript-typelevel-sql

#Nat Source

data Nat :: Type

#Z Source

data Z :: Nat

Instances

#S Source

data S :: Nat -> Nat

Instances

#NProxy Source

data NProxy (nat :: Nat)

Constructors

#ToInt Source

class ToInt (nat :: Nat)  where

Members

Instances

#ZERO Source

type ZERO = Z

#ONE Source

type ONE = S ZERO

#TWO Source

type TWO = S ONE