This repository was archived by the owner on Mar 4, 2023. It is now read-only.
forked from sebfisch/stream-monad
-
Notifications
You must be signed in to change notification settings - Fork 0
Simple, Fair and Terminating Backtracking Monad
License
GlassAndOneHalf/stream-monad
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Simple, Fair and Terminating Backtracking Monad
===============================================
This Haskell library provides an implementation of the MonadPlus type
class that enumerates results of a non-deterministic computation by
interleaving subcomputations in a way that has usually much better
memory performance than other strategies with the same termination
properties.
More information is available on the authors website:
http://okmij.org/ftp/Computation/monads.html#fair-bt-stream
About
Simple, Fair and Terminating Backtracking Monad
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- Haskell 100.0%