You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, tag types are stored structurally in ast.ml. Instead they should reference the actual MOD_ITEM_tag. This issue causes a number of ill effects: issue #150 stems from this (although it can be fixed before this is), as well as the problem whereby if two modules A and B both contain "type foo = tag(a(), b(), c())", the types are interchangeable.
The text was updated successfully, but these errors were encountered:
Currently, tag types are stored structurally in ast.ml. Instead they should reference the actual MOD_ITEM_tag. This issue causes a number of ill effects: issue #150 stems from this (although it can be fixed before this is), as well as the problem whereby if two modules A and B both contain "type foo = tag(a(), b(), c())", the types are interchangeable.
The text was updated successfully, but these errors were encountered: