From 45a611ff198ffb854ba3b9c8a85c98319029566e Mon Sep 17 00:00:00 2001 From: David Spencer Date: Fri, 26 Oct 2018 12:32:46 +0100 Subject: haskell/haskell-logict: Added (logic-programming monad). Signed-off-by: David Spencer --- haskell/haskell-logict/README | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 haskell/haskell-logict/README (limited to 'haskell/haskell-logict/README') diff --git a/haskell/haskell-logict/README b/haskell/haskell-logict/README new file mode 100644 index 0000000000..854d2de735 --- /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 -- cgit v1.2.3