2 \section{How do you make Hardware from Haskell?}
5 \frametitle{So how do you make Hardware from Haskell?}
6 \large{In three simple steps} \pause
9 GHC API Parses, Typechecks and Desugars Haskell \pause
10 \item Hard.. sort of: \\
11 Transform resulting Core, GHC's Intermediate Language, to a normal form \pause
13 Translate Normalized Core to synthesizable VHDL