summaryrefslogtreecommitdiffstats
path: root/haskell/haskell-memory/README
diff options
context:
space:
mode:
Diffstat (limited to 'haskell/haskell-memory/README')
-rw-r--r--haskell/haskell-memory/README3
1 files changed, 2 insertions, 1 deletions
diff --git a/haskell/haskell-memory/README b/haskell/haskell-memory/README
index de98b8ac92..10ea3e320b 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