Skip to content

semenov-vladyslav/bytes-agda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bytes

Agda FFI bindings to Haskell ByteString and Word8.

Word8

The following functions are supported: _==_, _/=_, _xor_, _or_, _and_ and conversion to and from Nat.

ByteString

A few common functions are supported: empty, null, length, unsafeIndex, unsafeSplitAt, _++_, pack, unpack, file I/O. Strict and Lazy ByteStrings are supported. Tested with bytestring-0.10.8.2.

About

Agda FFI bindings to Haskell ByteString and Word8.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published