xpika / alist

append lists. lists with O(1) append

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

alist

append lists. lists with O(1) append

Data.AList Data.Foldable> toList $ snoc (snoc (cons '0' $ cons '1' $ singleton 'a') 'b') 'c' "01abc"

Check out DList or Sequence if you need something more advanced.

About

append lists. lists with O(1) append

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Haskell 100.0%