X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fmaster-project%2Fhaskell-symposium-talk.git;a=blobdiff_plain;f=howdoesitwork.lhs;h=4c26ca534ffecfa49b9e7362b68d2f0c985316c6;hp=b9970d6784d570e7d2e1863be8c4b2e0fe064901;hb=HEAD;hpb=bb178ef5c75d6adf38295303902670365634319c diff --git a/howdoesitwork.lhs b/howdoesitwork.lhs index b9970d6..4c26ca5 100644 --- a/howdoesitwork.lhs +++ b/howdoesitwork.lhs @@ -14,7 +14,8 @@ \end{itemize} }\note[itemize]{ \item Here is a quick insight as to how WE translate Haskell to Hardware +\item Reduction rules are used to get a required normal form. \item Normal form already looks like hardware (components and lines) -\item You can also use TH, like ForSyDe. Or traverse datastructures, like ? +\item You can also use TH, like ForSyDe. Or traverse datastructures, like Lava? \item We're in luck with the GHC API update of 6.10 and onwards }