Use \hs instead of quotes.
[matthijs/master-project/dsd-paper.git] / cλash.lhs
index 447e3ac171045a47d42c71f5f61853a4d6f07e18..e04ef376b9e0c733e232213555d4231f09a1cda0 100644 (file)
@@ -1219,7 +1219,7 @@ output of the entire cpu.
 Looking at the code, the function unit is the most simple. It arranges
 the operand selection for the function unit. Note that it does not
 define the actual operation that takes place inside the function unit,
-but simply accepts the (higher order) argument "op" which is a function
+but simply accepts the (higher order) argument \hs{op} which is a function
 of two arguments that defines the operation.
 
 \begin{code}