Module

Neon.Class.HasBottom

Package
purescript-neon
Repository
tfausak/purescript-neon

#HasBottom Source

class HasBottom a  where

Represents types that have a lower bound.

bottom :: Boolean -- false
bottom :: Char -- '\0'

Members

Instances