First few functions
This commit adds:
- infomap's source code (from the git repo, tip of master, yesterday)
- a little (seemingly C, but actually) C++ wrapper file that exposes a few functions in a Haskell-FFI-friendly way
-
foreign import
s for those functions in Haskell land and a littletest
function that mimics this example from the infomap repository, producing this output.