/htelehash

Haskell implementation of TeleHash

Primary LanguageHaskellBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Build Status

How to build

Library:

cabal clean && cabal configure && cabal build

Tests:

cabal clean && cabal configure -fbuildtests && cabal build

Running the tests

./dist/build/runtests/runtests

Running

Best current example is tft.hs

Running with any argument will turn on verbose logging.

A representation of the messages is always written to file line.log

Changes