From 8954d248adcd242b5e834f4628a261e082e8add9 Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Tue, 8 Dec 2009 16:11:02 +0100 Subject: [PATCH 1/1] Don't use haddock style comments. This will probably only confuse readers. --- Chapters/HardwareDescription.tex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Chapters/HardwareDescription.tex b/Chapters/HardwareDescription.tex index db469c5..2a7a077 100644 --- a/Chapters/HardwareDescription.tex +++ b/Chapters/HardwareDescription.tex @@ -71,8 +71,8 @@ application and the corresponding architecture. \startbuffer[And3] --- | A simple function that returns --- conjunction of three bits +-- A simple function that returns +-- conjunction of three bits and3 :: Bit -> Bit -> Bit -> Bit and3 a b c = and (and a b) c \stopbuffer @@ -539,7 +539,7 @@ and3 a b c = and (and a b) c and the corresponding architecture. \startbuffer[Quadruple] --- | Multiply the input word by four. +-- Multiply the input word by four. quadruple :: Word -> Word quadruple n = mul (mul n) where -- 2.30.2