every-bit-counts: A functional pearl on encoding and decoding using question-and-answer strategies

[ bsd3, data, library ] [ Propose Tags ]

A functional pearl on encoding and decoding using question-and-answer strategies


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1
Dependencies base (>=3 && <5), haskell98 [details]
License BSD-3-Clause
Author Dimitrios Vytiniotis and Andrew Kennedy
Maintainer dons@galois.com
Category Data
Home page http://research.microsoft.com/en-us/people/dimitris/pearl.pdf
Uploaded by DonaldStewart at 2010-09-27T16:36:09Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 1257 total (4 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for every-bit-counts-0.1

[back to package description]
List of files in this directory
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Games.hs, Games.v 
  Definition of games, encoder and decoder, proofs of game properties.

BasicGames.hs
  Combinator libraries and examples. 

Iso.hs, Iso.v 
  Isomorphism library. 

SetGames.hs, NatGames.hs 
  Encodings of sets and natural numbers 

FilterGames.hs 
  Filtering games

UTLC.hs, STLC.hs
  Games for untyped and typed lambda-calculi 

Huffman.hs
  Huffman codes, static and adaptive dictionaries.