X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=howdoesitwork.lhs;h=4ad7780e7c7a57b4757cc26e0b7a1b164f636612;hb=2523b691bc4f9871e5d0fb3823fcd2c8952affaa;hp=f073c8aa6db2a9cafbd41fceaf2c8ed9c84ee4fe;hpb=9f6a6587a2e51364cebce060cfc6ef9534b0bd2e;p=matthijs%2Fmaster-project%2Fhaskell-symposium-talk.git diff --git a/howdoesitwork.lhs b/howdoesitwork.lhs index f073c8a..4ad7780 100644 --- a/howdoesitwork.lhs +++ b/howdoesitwork.lhs @@ -6,10 +6,13 @@ \large{In three simple steps} \pause \begin{itemize} \item No Effort:\\ - GHC API Parses, Typechecks and Desugars Haskell \pause - \item Hard.. sort of: \\ - Transform resulting Core, GHC's Intermediate Language, to a normal form \pause + GHC API Parses, Typechecks and Desugars the Haskell code \pause + \item Hard: \\ + Transform resulting Core, GHC's Intermediate Language,\linebreak to a normal form \pause \item Easy: \\ Translate Normalized Core to synthesizable VHDL \end{itemize} +}\note[itemize]{ +\item Here is a quick insight as to how WE translate Haskell to Hardware +\item You can also use TH, like ForSyDe. Or traverse datastructures, like Lava. } \ No newline at end of file