Module

Neon.Class.HasSubtract

Package
purescript-neon
Repository
tfausak/purescript-neon

#HasSubtract Source

class HasSubtract a  where

Represents types that can be subtracted from each other.

3 :subtract 2 -- 1

Members

Instances