== -package:foundation -package:smallcheck is:exact -package:subcategories

A type family to compute Boolean equality.
Compare two streams point-wise for equality. The output stream contains the value True at a point in time if both argument streams contain the same value at that point in time.
An infix alias for Equals.
Equality relation. Defined in terms of <=.
Equality constraint, used as e.g. (x == 3) => _