X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=c%CE%BBash%2FCLasH%2FHardwareTypes.hs;h=682cd05c46fbd2a1718216b3847d30e9b42360f2;hb=655444253776431f0949cafce2b991d12613fe04;hp=9209086db466642dde74e6d4967f418b1ea5a3e9;hpb=d162629abb03f376afec902e0a5d2087a6c34d7e;p=matthijs%2Fmaster-project%2Fc%CE%BBash.git diff --git "a/c\316\273ash/CLasH/HardwareTypes.hs" "b/c\316\273ash/CLasH/HardwareTypes.hs" index 9209086..682cd05 100644 --- "a/c\316\273ash/CLasH/HardwareTypes.hs" +++ "b/c\316\273ash/CLasH/HardwareTypes.hs" @@ -8,6 +8,7 @@ module CLasH.HardwareTypes , module Data.SizedWord , module Prelude , Bit(..) + , State(..) , Vector , hwand , hwor @@ -29,6 +30,8 @@ import Data.SizedWord import Language.Haskell.TH.Lift import Data.Typeable +newtype State s = State s deriving (P.Show) + type Vector = TFVec.TFVec -- The plain Bit type