File: tree-monad.cabal

package info (click to toggle)
haskell-tree-monad 0.3-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 60 kB
  • sloc: haskell: 47; makefile: 7
file content (31 lines) | stat: -rw-r--r-- 890 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Name:          tree-monad
Version:       0.3
Cabal-Version: >= 1.6
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.

Category:      Control, Monads
License:       BSD3
License-File:  LICENSE
Author:        Sebastian Fischer
Maintainer:    sebf@informatik.uni-kiel.de
Bug-Reports:   mailto:sebf@informatik.uni-kiel.de
Homepage:      http://sebfisch.github.com/tree-monad
Build-Type:    Simple
Stability:     experimental

Extra-Source-Files: README

Library
  Build-Depends:    base >= 3 && < 5
  Exposed-Modules:  Control.Monad.SearchTree
  Ghc-Options:      -Wall
  Extensions:       Rank2Types

Source-Repository head
  type:     git
  location: git://github.com/sebfisch/tree-monad.git