26450c5d926d65b00bf2d15f2c173cd04cca1db2441d913a1e2111ecbc34fb63
Created: 2019-10-12 06:53:48.403379 UTC
Size: 41876
Preview (limited to 512 bytes)
"#ifdef DEFINE_INSTANCES\ndata instance MVector s (a, b)\n = MV_2 {-# UNPACK #-} !Int !(MVector s a)\n !(MVector s b)\ndata instance Vector (a, b)\n = V_2 {-# UNPACK #-} !Int !(Vector a)\n !(Vector b)\ninstance (Unbox a, Unbox b) => Unbox (a, b)\ninstance (Unbox a, Unbox b) => M.MVector MVector (a, b) where\n {-# INLINE basicLength #-}\n basicLength (MV_2 n_ _ _) = n_\n {-# INLINE basicUnsafeSlice #-}\n basicUnsafeSlice i_ m_ (MV_2 _ as bs)\n = M"
A service provided by FP Complete