Inquiry about a Helper Class for Tagging in Effect
Does Effect have a helper class like
Eg.
Mostly curious because for
Data.Class or TaggedClass that just adds the tag as a private property as well, to "brand" it.Eg.
Mostly curious because for
Equal.equals, it might be tempting for people to just pass _tag in an object when required, but with this setup you can't do that (so easily)