desugaring done for many and attr_bool

This commit is contained in:
Meredith L. Patterson 2013-02-20 20:43:16 -05:00
parent 101e90ad9b
commit ab89b0fd4d
6 changed files with 70 additions and 15 deletions

View file

@ -43,8 +43,7 @@ static HCFChoice* desugar_ab(HAllocator *mm__, void *env) {
ret->seq = h_new(HCFSequence*, 2);
ret->seq[0] = seq;
ret->seq[1] = NULL;
/* TODO: need to process this as an HPredicate */
ret->action = a->action;
ret->pred = a->pred;
return ret;
}