X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=docs%2FYamlIO.rst;h=b1917b6469e889b1206dbebcab400310aacbd21a;hb=8e0f67dcec577760e3bdc36f0377c6f43e1894d8;hp=46609a3acd61ae8f97254182cc9dcd463c0bfb58;hpb=9fd7416b3b5c437e3390ea9679d77e0221bec0b5;p=oota-llvm.git diff --git a/docs/YamlIO.rst b/docs/YamlIO.rst index 46609a3acd6..b1917b6469e 100644 --- a/docs/YamlIO.rst +++ b/docs/YamlIO.rst @@ -641,7 +641,7 @@ The YAML syntax supports tags as a way to specify the type of a node before it is parsed. This allows dynamic types of nodes. But the YAML I/O model uses static typing, so there are limits to how you can use tags with the YAML I/O model. Recently, we added support to YAML I/O for checking/setting the optional -tag on a map. Using this functionality it is even possbile to support differnt +tag on a map. Using this functionality it is even possbile to support different mappings, as long as they are convertable. To check a tag, inside your mapping() method you can use io.mapTag() to specify