ohua-dev / ohuac

A standalone compiler for ohua algorithms
Eclipse Public License 1.0
1 stars 0 forks source link

Normalization must allow state binding #23

Open JustusAdam opened 3 years ago

JustusAdam commented 3 years ago

Normalization currently rejects this code

comments.filter(|c| neq(c.user_id, ribbon.user_id));

Because of BindState, but it should be allowed