You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sequence data types includes: lists, records and tuples. The elements of these data types are currently represented as flat objects, but should instead be
Seq :: Head -> Tail
Tail :: Seq
This makes it easy to lazily evaluate the elements and also to later introduce streams.
The text was updated successfully, but these errors were encountered:
rpip
changed the title
simplify parse tree
Use cons/linked list for sequence data types
May 1, 2016
Sequence data types includes: lists, records and tuples. The elements of these data types are currently represented as flat objects, but should instead be
This makes it easy to lazily evaluate the elements and also to later introduce streams.
The text was updated successfully, but these errors were encountered: