diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:18:10 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:18:10 -0400 |
commit | 001587392d48441fe13b86406e5518fbda3cbc4f (patch) | |
tree | 886481d9b1f012465d98c69fbf33afafe1b1e89f /haskell | |
parent | cef1343369f1463574dc28f33a082e0fbfd6e041 (diff) | |
download | slackbuilds-001587392d48441fe13b86406e5518fbda3cbc4f.tar.gz |
haskell/haskell-memory: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'haskell')
-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 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 |