tag

The tag for this variant, unique among the Result variants.

This feature is experimental!

This API is still experimental, so it may change or be removed in future versions. You should not rely on it for production applications.

Signature

get tag()

Documentation

The tag for this variant, unique among the Result variants.

Properties

Source Code

Defined in source/adt/union/union.js at line 95, column 25
get tag() {
        return name;
      }
Stability
experimental
Licence
MIT
On This Page
Authors
Copyright
(c) 2013-2017 Quildreen Motta, and CONTRIBUTORS
Authors
  • Quildreen Motta
Maintainers
  • Quildreen Motta <queen@robotlolita.me> (http://robotlolita.me/)