Module

Neon.Class.HasTop

Package
purescript-neon
Repository
tfausak/purescript-neon

#HasTop Source

class HasTop a  where

Represents types that have an upper bound.

top :: Boolean -- true
top :: Char -- '\65535'

Members

Instances