Funx.Monoid.Eq.All (funx v0.8.4)

View Source

Run in Livebook

A Monoid implementation for equality checks for All.

Summary

Types

t()

@type t() :: %Funx.Monoid.Eq.All{
  eq?: (any(), any() -> boolean()),
  not_eq?: (any(), any() -> boolean())
}

Functions

default_eq?(_, _)

default_not_eq?(_, _)