packages feed

tree-monad-0.3.1: tree-monad.cabal

cabal-version:       >=1.10

name:                tree-monad
version:             0.3.1
synopsis:            Non-Determinism Monad for Tree Search
description:         This Haskell library provides an implementation of the
                     MonadPlus type class that represents the search space
                     as a tree whose constructors represent mzero, return,
                     and mplus.
homepage:            http://sebfisch.github.com/tree-monad
bug-reports:         https://github.com/nbun/tree-monad/issues
license:             BSD3
license-file:        LICENSE
author:              Sebastian Fischer
maintainer:          nbu@informatik.uni-kiel.de
category:            Control, Monads
build-type:          Simple
extra-source-files:  CHANGELOG.md, README

library
  exposed-modules:     Control.Monad.SearchTree
  other-extensions:    Rank2Types
  build-depends:       base >=4.13 && <4.15
  default-language:    Haskell2010
  ghc-options:         -Wall

source-repository head
  type:     git
  location: git://github.com/nbun/tree-monad.git