reshape for h_epsilon
This commit is contained in:
parent
e03513b59a
commit
3be766b741
1 changed files with 2 additions and 1 deletions
|
|
@ -32,7 +32,8 @@ static inline HCFChoice* desugar_epsilon(HAllocator *mm__, void *env) {
|
||||||
static HCFChoice res_ch = {
|
static HCFChoice res_ch = {
|
||||||
.type = HCF_CHOICE,
|
.type = HCF_CHOICE,
|
||||||
.seq = res_ch_l,
|
.seq = res_ch_l,
|
||||||
.action = NULL
|
.action = NULL,
|
||||||
|
.reshape = h_act_ignore
|
||||||
};
|
};
|
||||||
return &res_ch;
|
return &res_ch;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue