Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 406 Bytes

readme.md

File metadata and controls

20 lines (14 loc) · 406 Bytes

logic

This is package contains functions and typeclasses that are necessary to express inductive rule systems.

Installation

Create a cabal.project file, then add

packages: .

source-repository-package
    type: git
    location: https://github.com/lambda-land/logic

Then to your [project name].cabal file, add logic as a build depend,

build-depends: base, ..., logic