Hi,

are directly recursive structures not supported, or am I doing something 
silly?

//------------

struct DLL_Node[T] {
    next : &DDL_Node[T];
    node : &T;
};
//------------

$ flx t2/fibheap.flx
CLIENT ERROR
[lookup_name_in_env]: Name 'DDL_Node' not found in environment (depth 2)
In t2/fibheap.flx: line 4, cols 13 to 24
3: struct DLL_Node[T] {
4:     next : &DDL_Node[T];
               ************
5:     node : &T;

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Felix-language mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/felix-language

Reply via email to