We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad2a756 commit 3d0168fCopy full SHA for 3d0168f
rts/idris_rts.h
@@ -46,7 +46,6 @@ typedef struct Val * VAL;
46
typedef struct Con {
47
Hdr hdr;
48
uint32_t tag;
49
- uint32_t arity;
50
VAL args[0];
51
} Con;
52
0 commit comments