X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=VHDLTypes.hs;h=5562c6a7a0db0fc6cf9eb10654ce88f36fc7a343;hb=aa23b0116eaf65b01499cd1eba93a92f7c8c36e8;hp=b4c1d6981c2f757df4fb7c5049375aa4845bcb59;hpb=758998d6ef18ab5124c65518781c358d76d229ab;p=matthijs%2Fmaster-project%2Fc%CE%BBash.git diff --git a/VHDLTypes.hs b/VHDLTypes.hs index b4c1d69..5562c6a 100644 --- a/VHDLTypes.hs +++ b/VHDLTypes.hs @@ -41,7 +41,7 @@ instance Ord OrdType where data HType = StdType OrdType | ADTType String [HType] | - VecType OrdType HType | + VecType Int HType | SizedWType Int | RangedWType Int | SizedIType Int |