X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=Bits.hs;h=b50430af9644553c657e6d6bb5ff5f95e1d69ad8;hb=c5bde4d7862c7df2b4bad183088f77a43d8b5a2c;hp=cea48cc0c457f1d3772eb75f3f2276d1957c251f;hpb=998e440a7fa765685e1ed500c871058a33129b1f;p=matthijs%2Fmaster-project%2Fc%CE%BBash.git diff --git a/Bits.hs b/Bits.hs index cea48cc..b50430a 100644 --- a/Bits.hs +++ b/Bits.hs @@ -2,8 +2,8 @@ module Bits where -import qualified Data.Param.FSVec as FSVec -import qualified Data.TypeLevel as TypeLevel +import qualified Data.Param.TFVec as TFVec +import qualified Types --class Signal a where -- hwand :: a -> a -> a @@ -58,6 +58,6 @@ type Stream a = [a] lows = Low : lows highs = High : highs -type BitVec len = FSVec.FSVec len Bit +type BitVec len = TFVec.TFVec len Bit -- vim: set ts=8 sw=2 sts=2 expandtab: