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 |
Documentation
newtype CommaSeparated a Source #
CommaSeparated | |
|
Instances
Brackets !(CommaSeparated [Expr]) | |
Braces !(CommaSeparated [Expr]) | |
Parens !(CommaSeparated [Expr]) | |
StringLit !String | |
CharLit !String | |
NumberLit !String | We could store this as a |
Other !String |