| Copyright | (c) Dennis Gosnell 2016 |
|---|---|
| License | BSD-style (see LICENSE file) |
| Maintainer | cdep.illabout@gmail.com |
| Stability | experimental |
| Portability | POSIX |
| Safe Haskell | None |
| Language | Haskell2010 |
Text.Pretty.Simple.Internal.Expr
Description
Documentation
newtype CommaSeparated a Source #
Constructors
| CommaSeparated | |
Fields
| |
Instances
| Eq a => Eq (CommaSeparated a) Source # | |
| Data a => Data (CommaSeparated a) Source # | |
| Show a => Show (CommaSeparated a) Source # | |
| Generic (CommaSeparated a) Source # | |
| type Rep (CommaSeparated a) Source # | |