diff options
-rw-r--r-- | haskell/haskell-memory/README | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/haskell/haskell-memory/README b/haskell/haskell-memory/README index de98b8ac92521..10ea3e320ba1e 100644 --- a/haskell/haskell-memory/README +++ b/haskell/haskell-memory/README @@ -2,7 +2,8 @@ haskell-memory (memory management and manipulation) Chunk of memory, polymorphic byte array management and manipulation. -- Polymorphic byte array abstraction and function similar to strict ByteString +- Polymorphic byte array abstraction and function similar to strict + ByteString - Different types of byte array abstraction - Raw memory IO operations (memory set, memory copy, ..) - Aliasing with endianness support |