@hackage datalog0.2.0.2
An implementation of datalog in Haskell
Categories
License
BSD-3-Clause
Maintainer
tristan@nochair.net
Links
Versions
Installation
Dependencies (8)
- base >=4 && <5
- containers
- text
- transformers >=0.3 && <0.5
- vector >=0.9 && <0.11
- exceptions >=0.5 && <0.7 Show all…
Dependents (1)
@hackage/acme-everything
This is an implementation of datalog in pure Haskell. It is implemented as a library and can be used from within any Haskell application. As a consequence, it supports both standard Datalog operations and arbitrary predicates written in Haskell.