Module

Neon.Class.HasLess

Package
purescript-neon
Repository
tfausak/purescript-neon

#HasLess Source

class HasLess a  where

Represents types where one value can be less than another.

1 :less 2 -- true
2 :less 1 -- false

Members

Instances