@hackage ralist0.4.0.0

Random access list with a list compatible interface.

Random access list with a list compatible interface. Random access list have same complexity as lists with some exceptions, the notable one being that (!!) is O(log n) instead of O(n). RALists have to be finite.