Skip to content

no eq instance? #14

Closed
Closed
@mjhoy

Description

@mjhoy

Just curious, I was wondering why this is the case?

I imagined something like,

exports.eqJSDate = function (d1) {
  return function (d2) {
    return d1.getTime() == d2.getTime();
  };
};

but perhaps there are issues with that?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions