logo
首页技术栈工具库讨论
generic-maybe

generic-maybe

This module is a drop in replacement for Data.Maybe. It generalizes the functions to any types that share the same "sum of products" view of Maybe. To use the module for your type, enable GHC's DeriveGeneric extension and derive a Generic instance for your type. After which you can use the functions, like your type was Data.Maybe.Maybe
由 
bruceshi2021-01-13 收录
--
推荐
不推荐
更多信息
HACKAGE
carbal install generic-maybe
查看
标签
根据用户添加的标签生成
暂无标签