# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 PortGroup haskell 1.0 haskell.setup dlist 0.5 maintainers singingwolfboy openmaintainer homepage http://code.haskell.org/~dons/code/dlist/ description Differences lists: a list-like type supporting O(1) append long_description \ Differences lists: a list-like type supporting O(1) append. This is \ particularly useful for efficient logging and pretty printing, (e.g. \ with the Writer monad), where list append quickly becomes too expensive. platforms darwin checksums md5 54f6c18ff689b7ef54e3229dc4a94107 \ sha1 846252c657e838daf9b401b35d94a3c2619e18e9 \ rmd160 9e27893d3bf1f0057567a9a60f8aa3d7e08e26b4 license BSD