X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=Adders.hs;h=b17f744c0fbea1548e70cc341add975c9d99f089;hb=1476a5bd6c7c174ffbd39a178caa9701bdd39ac1;hp=d64331f0499f899f715a4a0464c722b7c7685b2a;hpb=1643800a4ef64501806747d2cafe917be7b1b3b2;p=matthijs%2Fmaster-project%2Fc%CE%BBash.git diff --git a/Adders.hs b/Adders.hs index d64331f..b17f744 100644 --- a/Adders.hs +++ b/Adders.hs @@ -174,8 +174,8 @@ highordtest = \x -> xand a b = hwand a b -functiontest :: TFVec D4 Bit -> Bit -> Bit -functiontest = \v s -> let r = foldl xand s v in r +functiontest :: TFVec D4 Bit -> TFVec D4 Bit -> TFVec D4 (Bit, Bit) +functiontest = \v1 v2 -> let r = zip v1 v2 in r xhwnot x = hwnot x