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/README | |
parent | ae0984581252dbb617d8c58469bf1cfdb6e06f3c (diff) |
haskell/haskell-logict: Added (logic-programming monad).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-logict/README')
-rw-r--r-- | haskell/haskell-logict/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/haskell/haskell-logict/README b/haskell/haskell-logict/README new file mode 100644 index 0000000000000..854d2de7357be --- /dev/null +++ b/haskell/haskell-logict/README @@ -0,0 +1,6 @@ +A continuation-based, backtracking, logic programming monad. An +adaptation of the two-continuation implementation found in the paper +"Backtracking, Interleaving, and Terminating Monad Transformers". + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |