
20 Aug
2010
20 Aug
'10
midnight
On Fri, Aug 20, 2010 at 12:57 AM, Felipe Lessa
Alas, the idea is simple. Each 'Element' contains up to 2^(s-1) data. For example, with an 'Element Z a' you can't store anything. With an 'Element (S Z) a' you may store zero or one datum. With an 'Element (S (S Z)) a', you may store between 0 and 4 data, and so forth.
Erm, correcting myself: Alas, the idea is simple. Each 'Element' contains up to (2^s)-1 data. For example, with an 'Element Z a' you can't store anything. With an 'Element (S Z) a' you may store zero or one datum. With an 'Element (S (S Z)) a', you may store between 0 and 3 data. With an 'Element (S (S (S Z))) a', you may store between 0 and 7 data, and so forth. Cheers! =) -- Felipe.