Skip to content

lambda-land/logic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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