| Copyright | (c) Harvard University 2006-2011 (c) Geoffrey Mainland 2011-2013 : (c) Drexel University 2013 |
|---|---|
| License | BSD-style |
| Maintainer | mainland@cs.drexel.edu |
| Safe Haskell | None |
| Language | Haskell98 |
Language.C.Quote.Base
Description
Documentation
An instance of ToIndent can be converted to a Id.
quasiquote :: Data a => [Extensions] -> [String] -> P a -> QuasiQuoter Source