Rename cλash dir to clash so it behaves well within the ghc build tree
[matthijs/master-project/cλash.git] / cλash / Data / Param / Integer.hs
diff --git a/cλash/Data/Param/Integer.hs b/cλash/Data/Param/Integer.hs
deleted file mode 100644 (file)
index b4b1ec8..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-module Data.Param.Integer
-  ( Signed(..)
-  , Unsigned(..)
-  , Index (..)
-  ) where
-
-import Types
-
-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