Most types in haskell are boxed. This means they are represented by a pointer to a heap object. As opposed to Haskell Unboxed Type
Most types in haskell are boxed. This means they are represented by a pointer to a heap object. As opposed to Haskell Unboxed Type