lspitzner · GitHub

Build Status Hackage

A variation of Data.Dynamic.Dynamic with a Binary instance.

This Dynamic is instance Binary by encapsulating only values of types that are Binary. It is a bit more efficient than something similar to (ByteString, TypeRep) as it avoids unnecessary encode/decoding round-trips.

The interface is the same as that of the original Dynamic; dynApp/dynApply do not work with this type.

About

Haskell library: A variation of Data.Dynamic.Dynamic with a Binary instance

Resources

Readme

GPL-3.0 license

Activity

Stars

3 stars

Watchers

1 watching

Forks

0 forks

Releases

Packages

Contributors

Languages

Read the original on github.com ↗