Skip to content

PhDP/Akarui

Repository files navigation

logo

Akarui is a fun functional library for experimenting with different reasoning systems (read the doc carefully: some stuff is experimental, some is fast, some is slow).

Development is done on the 'develop' branch.

Building

Build Status

Using Cabal, ghc's package manager, you can build the library with:

$ cabal new-update
$ cabal new-install --lib
$ cabal new-configure --enable-tests
$ cabal new-build
$ cabal new-test

After the library is compiled, simply type

$ cabal new-repl

...to have access to the library in an interactive console.

The code is fully documented, type

$ cabal new-haddock

to generate a local copy of the documentation.

License

The code is released under the permissive Apache v2 license, along with an exception to ensure GPLv2 compatibility see LICENSE.md.

About

Experimental ML/AI code

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published