jaspervdj / digestive-functors

A general way to consume input using applicative functors
149 stars 71 forks source link

Allow 'anonymous' forms with automatic Ref generation #54

Open ocharles opened 11 years ago

ocharles commented 11 years ago

@mightybyte mentioned on IRC that it would be useful to have forms that don't need all the fields named via (.:) - instead, the Ref could be automatically generated.

jaspervdj commented 11 years ago

The problem is, how would you then make the mapping in the view code? Any ideas? Relying on the ordering alone seems a bit messy.

mightybyte commented 11 years ago

Ordering seems like the most reasonable mapping to me.