diff options
author | David Spencer <baildon.research@googlemail.com> | 2018-10-26 12:32:46 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-11-10 07:47:32 +0700 |
commit | 45a611ff198ffb854ba3b9c8a85c98319029566e (patch) | |
tree | 6622e44315c3271e82b9ff8b7b9c11b521a38b9d /haskell/haskell-logict/slack-desc | |
parent | ae0984581252dbb617d8c58469bf1cfdb6e06f3c (diff) |
haskell/haskell-logict: Added (logic-programming monad).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-logict/slack-desc')
-rw-r--r-- | haskell/haskell-logict/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/haskell/haskell-logict/slack-desc b/haskell/haskell-logict/slack-desc new file mode 100644 index 0000000000000..a50f7e0d75ed6 --- /dev/null +++ b/haskell/haskell-logict/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +haskell-logict: haskell-logict (backtracking logic-programming monad) +haskell-logict: +haskell-logict: A continuation-based, backtracking, logic programming monad. An +haskell-logict: adaptation of the two-continuation implementation found in the paper +haskell-logict: "Backtracking, Interleaving, and Terminating Monad Transformers". +haskell-logict: +haskell-logict: +haskell-logict: +haskell-logict: +haskell-logict: +haskell-logict: |