logo
首页技术栈工具库讨论
countable

countable

class Countable, for countable types class AtLeastOneCountable, for countable types that have at least one value class InfiniteCountable, for infinite countable types class Searchable, for types that can be searched over. This turns out to include some infinite types, see http://math.andrej.com/2007/09/28/seemingly-impossible-functional-programs/. class Finite, for finite types class Empty, for empty types data Nothing, an empty type Some orphan instances: (Searchable a,Eq b) => Eq (a -> b) (Finite t) => Foldable ((->) t) (Finite a) => Traversable ((->) a) (Show a,Finite a,Show b) => Show (a -> b)
由 
bruceshi2021-01-13 收录
--
推荐
不推荐
更多信息
HACKAGE
carbal install countable
查看
标签
根据用户添加的标签生成
暂无标签