Module

Neon.Class.HasToInt

Package
purescript-neon
Repository
tfausak/purescript-neon

#HasToInt Source

class HasToInt a  where

Represents types that can be converted to integers. This is typically used for enumerations.

toInt false -- 0

Members

Instances