This is package contains functions and typeclasses that are necessary to express inductive rule systems.
Create a cabal.project file, then add
packages: .
source-repository-package
type: git
location: https://github.com/lambda-land/logicThen to your [project name].cabal file, add logic as a build depend,
build-depends: base, ..., logic