Added cons.
[mozart2.git] / codeBlock.hh
blob2ce4f01f6e0f577781140ada15f2c0d1062941ec
1 struct CodeBlockHeader{
2 size_t length;
3 size_t arity;
4 size_t numG;
5 };
6 extern const VTable codeBlockVT;