-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | Unbox instances for the fixed-point package -- -- This package allows you to construct unboxed vectors of binary -- fixed-point numerals. @package fixed-point-vector @version 0.5.0.1 module Data.Fixed.Binary.Unboxed instance Unbox a => Unbox (Fixed r a) instance Vector Vector a => Vector Vector (Fixed r a) instance MVector MVector a => MVector MVector (Fixed r a)