Module

Neon.Class.HasPower

Package
purescript-neon
Repository
tfausak/purescript-neon

#HasPower Source

class HasPower a  where

Represents types that can be exponentiated.

2 :power 3 -- 8

Members

Instances