Module

Neon.Class.HasGreater

Package
purescript-neon
Repository
tfausak/purescript-neon

#HasGreater Source

class HasGreater a  where

Represents types where one value can be greater than another.

2 :greater 1 -- true
1 :greater 2 -- false

Members

Instances