fabriquer / fabrique

A build description language
Other
3 stars 1 forks source link

Iterate over records? #35

Open trombonehero opened 9 years ago

trombonehero commented 9 years ago

Perhaps we should be allowed to iterate over a record, in order to introspect on its fields. This might require tuples (#34) and pattern matching (#33).

trombonehero commented 5 years ago

Commit ec8057c57fe44d32a00ff922a934def2dbb60f93 starts to get at this problem by allowing iteration over any value's field names and types. It doesn't fully address the problem, however.