X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;ds=sidebyside;f=clash%2FData%2FParam%2FInteger.hs;h=4e48d14dc01d29b8a482d7d051106d098d235370;hb=63b8956c3d9c50a619e7a9fa674b533f7ef5f3a7;hp=b4b1ec8a9a5e89bb40fa2bde5e0f225413a7e1e2;hpb=bebe01ce76e62bea88aba87d5cceecfab7a0c6c4;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