X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fmaster-project%2Freport.git;a=blobdiff_plain;f=Chapters%2FHardwareDescription.tex;fp=Chapters%2FHardwareDescription.tex;h=2a7a077d269bb8d1a1bd6fedd62c67fff888eaba;hp=db469c5f0c12b97aaa3a9ddf4aa820f4f9a6d75f;hb=8954d248adcd242b5e834f4628a261e082e8add9;hpb=9924083fbe4985f1691057fd289e783f29b46ff5 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