Add a section on expressions in the Core language.
[matthijs/master-project/report.git] / Chapters / HardwareDescription.tex
index c9005967fd128fadfed7f712227d3939010d37f7..5113689ca2a69f17793e68479ed78bd5592145ff 100644 (file)
@@ -18,7 +18,7 @@
 
   \section{Function application}
   The basic syntactic element of a functional program are functions and
-  function application. These have a single obvious VHDL translation: Each
+  function application. These have a single obvious \small{VHDL} translation: Each
   function becomes a hardware component, where each argument is an input port
   and the result value is the output port.