The OpenD Programming Language

YamlAlgebraic

YAML tagged algebraic alias.

The example below shows only the basic features. Advanced API to work with algebraic types can be found at $(GMREF mir-core, mir,algebraic). See also mir.string_map - ordered string-value associative array.

import mir.algebraic_alias.yaml;
alias YamlAlgebraic = Algebraic!Yaml_

Meta