X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=clash%2FData%2FParam%2FInteger.hs;h=4e48d14dc01d29b8a482d7d051106d098d235370;hb=7f6a8f38eea6aec322fad713d9b8dd67ffd0a9de;hp=b4b1ec8a9a5e89bb40fa2bde5e0f225413a7e1e2;hpb=ef7d876bddac1ebf8ae72dfac9aff33023650f53;p=matthijs%2Fmaster-project%2Fc%CE%BBash.git diff --git a/clash/Data/Param/Integer.hs b/clash/Data/Param/Integer.hs index b4b1ec8..4e48d14 100644 --- a/clash/Data/Param/Integer.hs +++ b/clash/Data/Param/Integer.hs @@ -10,4 +10,4 @@ newtype (NaturalT nT) => Signed nT = Signed Integer newtype (NaturalT nT) => Unsigned nT = Unsigned Integer -newtype (NaturalT upper) => Index upper = Index Integer \ No newline at end of file +newtype (PositiveT upper) => Index upper = Index Integer \ No newline at end of file