1. 首页
  2. 考试认证
  3. 其它
  4. purescript algebra

purescript algebra

上传者: 2024-10-20 20:17:35上传 ZIP文件 9.54KB 热度 3次

模块文档模块Data.BooleanAlgebra类型类class (Lattice a) <= BooleanAlgebra a where complement :: a -> a

类型类实例instance booleanBoolean :: BooleanAlgebra Boolean

价值观booleanNegate :: Boolean -> Boolean

not :: forall b. (BooleanAlgebra b) => b -> b

模块数据有界半格类型类class (JoinSemilattice l) <= LowerSemilattice l where bottom :: l

class (MeetSemilattice l) <= UpperSemilattice l where top :: l类型类实例in

用户评论