xpika · GitHub

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

Resources

Readme

BSD-3-Clause license

Activity

Stars

2 stars

Watchers

1 watching

Forks

1 fork

Releases

Packages

Contributors

Languages

Read the original on github.com ↗