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
type Message is
message
Tag : Tag
then Length
if Tag = TLV.Msg_Data,
thennullif Tag = TLV.Msg_Error;
Length : Length
then Value
with Length => Length * 8;
Value : Opaque;
endmessage;
specs/tlv.rflx:8:10: model: error: conflicting conditions for field "Tag"specs/tlv.rflx:10:19: model: info: condition 0 (Tag -> Length): Tag = TLV.Msg_Dataspecs/tlv.rflx:12:19: model: info: condition 1 (Tag -> Final): Tag = TLV.Msg_Error
The text was updated successfully, but these errors were encountered:
Example
The text was updated successfully, but these errors were encountered: