X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=Adders.hs;h=57823bd5009d935bb0c41c9fb2873f75d803f706;hb=51213c2cae12b73b46eaf607a0ca1a6586644d73;hp=408e6b89c43e93cf291f460f0bafd154942eed45;hpb=c154f599b83d1a91e99993666139e01f10033d5c;p=matthijs%2Fmaster-project%2Fc%CE%BBash.git diff --git a/Adders.hs b/Adders.hs index 408e6b8..57823bd 100644 --- a/Adders.hs +++ b/Adders.hs @@ -174,8 +174,8 @@ highordtest = \x -> xand a b = hwand a b -functiontest :: TFVec D4 Bit -> TFVec D2 Bit -functiontest = \v -> let r = select d0 d1 d2 v in r +functiontest :: TFVec D4 (Bit, Bit) -> (TFVec D4 Bit, TFVec D4 Bit) +functiontest = \v -> let r = unzip v in r xhwnot x = hwnot x