Copyright | (c) 2020 Sam Protas |
---|---|
License | BSD3 |
Maintainer | Sam Protas <sam.protas@gmail.com> |
Stability | experimental |
Portability | portable |
Safe Haskell | Safe |
Language | Haskell2010 |
Internal difference list implementation.
Note: This is an internal module not subject to PVP adherence.
Documentation
dListToList :: DList a -> [a] Source #
Convert a difference list to a list