use records. most of the time you'll wind up using them eventually anyway. mats Matheus Degiovani wrote: > Hello everyone, > > Thanks for all the replies. I guess I'll use whatever is handier at the > moment: tuples/lists when the amount of change in the structure of the > state is low, records otherwise... > > Thanks!