X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=Adders.hs;fp=Adders.hs;h=f0987fdad484611e70e3f7495b44efaf5a0e668d;hb=758998d6ef18ab5124c65518781c358d76d229ab;hp=d9c1d26f61be295d5061654608616117c31c2ac2;hpb=7eb34cb0e082185b256b7231ee84cb04e006f51c;p=matthijs%2Fmaster-project%2Fc%CE%BBash.git diff --git a/Adders.hs b/Adders.hs index d9c1d26..f0987fd 100644 --- a/Adders.hs +++ b/Adders.hs @@ -178,8 +178,8 @@ highordtest = \x -> xand a b = hwand a b -functiontest :: SizedWord D8 -> SizedWord D8 -functiontest = \a -> let r = a + ((-1) :: SizedWord D8) in r +functiontest :: TFVec D3 (TFVec D4 Bit) -> TFVec D12 Bit +functiontest = \v -> let r = concat v in r xhwnot x = hwnot x