[Haskell-cafe] Embed Haskell

Rosario Borda rosario.borda at sinervis.com
Sun Apr 22 17:59:49 CEST 2012


Hi All,

Is there a simple method for embed haskell in other languages, like latex?

An example in quasiquotation notation: 

\documentclass{article}
\title{Hello World}
\begin{document}
   \maketitle
   Hello world! and reversed: [haskell: putStrLn reverse "Hello, World!"]
\end{document}

Many thanks, :)
Rosario



More information about the Haskell-Cafe mailing list