| Copyright | (c) Kimiyuki Onaka 2020 |
|---|---|
| License | Apache License 2.0 |
| Maintainer | kimiyuki95@gmail.com |
| Stability | experimental |
| Portability | portable |
| Safe Haskell | None |
| Language | Haskell2010 |
Jikka.CPlusPlus.Convert.FromCore
Description
FromCore converts exprs of our core language to exprs of C++.
Documentation
run :: (MonadAlpha m, MonadError Error m) => Program -> m Program Source #