Copyright | 2010-11 University of Marburg, 2012 Kei Hibino |
---|---|
License | BSD3 |
Maintainer | ex8k.hibino@gmail.com |
Stability | experimental |
Portability | unknown |
Safe Haskell | None |
Language | Haskell98 |
Lexemes
Whitespace
skipSpace :: Syntax Char delta => delta () Source
skipSpace
marks a position where whitespace is allowed to occur.
It accepts arbitrary space while parsing, and produces
no space while printing.