| Copyright | (C) 2014-2015, Yu Fukuzawa |
|---|---|
| License | MIT |
| Maintainer | minpou.primer@email.com |
| Stability | experimental |
| Portability | portable |
| Safe Haskell | None |
| Language | Haskell2010 |
Ehs
Description
Documentation
ehs :: QuasiQuoter Source
class Embeddable a where Source
Instances
class EmbeddableIO a Source
Minimal complete definition
embedIO
Instances
| Embeddable a => EmbeddableIO a | |
| Embeddable a => EmbeddableIO (IO a) |