reshape for h_attr_bool

This commit is contained in:
Sven M. Hallberg 2013-05-20 16:59:38 +02:00
parent f48903d85e
commit 1afef6c3d2

View file

@ -44,6 +44,7 @@ static HCFChoice* desugar_ab(HAllocator *mm__, void *env) {
ret->seq[0] = seq; ret->seq[0] = seq;
ret->seq[1] = NULL; ret->seq[1] = NULL;
ret->pred = a->pred; ret->pred = a->pred;
ret->reshape = h_act_first;
return ret; return ret;
} }