I added an enumeration to fix a datamap error on this action line for an operator:
^attach-type |ref-expr|
Checking against the datamap gave me an error when I created an enumeration like this:
^attach-type ref-expr
But it worked if I did it like this:
^attach-type |ref-expr|
It seems to me that Visual Soar should not care about these pipes. There is no possible ambiguity in this context. If I leave them out of the enumeration, it should not give a datamap error. If I have them there, that should be OK too, to keep backward compatibility.
I added an enumeration to fix a datamap error on this action line for an operator:
Checking against the datamap gave me an error when I created an enumeration like this:
But it worked if I did it like this:
It seems to me that Visual Soar should not care about these pipes. There is no possible ambiguity in this context. If I leave them out of the enumeration, it should not give a datamap error. If I have them there, that should be OK too, to keep backward compatibility.