Ticket #249 (new Problem)

Opened 2 years ago

Last modified 2 years ago

Can't self reference within record types

Reported by: seth Owned by:
Priority: Normal Milestone:
Component: Bro Version: 1.5.2
Keywords: Cc:

Description (last modified by seth) (diff)

(I'm just putting this in the tracker so I don't forget about it)

Code such as the following doesn't work because self referencing record types are currently not a supported feature.

type node: record {
   branches: set[node];
};

Change History

comment:1 Changed 2 years ago by seth

  • Description modified (diff)
Note: See TracTickets for help on using tickets.