Alternative Method for Building Context.Tag<A>()
Is there another way to build Context.Tag<A>() like you can with errors, where you can build from either interfaces or classes extending Data.TaggedClass("foo") or Data.Case respectively? Basically just trying to avoid having to have a second export of const Foo = Context.Tag<Foo>()
