From 2937f8bc949d45eb487a910f0ab1dee5e7422f45 Mon Sep 17 00:00:00 2001 From: Meng Weng Wong Date: Wed, 16 Aug 2023 20:18:04 +0800 Subject: [PATCH] minor documentation fix --- lib/haskell/natural4/src/LS/Interpreter.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/haskell/natural4/src/LS/Interpreter.hs b/lib/haskell/natural4/src/LS/Interpreter.hs index e12d7deee..26419592c 100644 --- a/lib/haskell/natural4/src/LS/Interpreter.hs +++ b/lib/haskell/natural4/src/LS/Interpreter.hs @@ -420,7 +420,7 @@ relPredRefsAll rs ridmap = concat <$> mapM (relPredRefs rs ridmap) rs -- | in a particular rule, walk all the relational predicates available, and show outdegree links --- that correspond to known BSR heads from the entire ruleset. +-- that correspond to known rule heads from the entire ruleset. -- -- in other words, if a rule R1 says something like (a WHEN b OR c), it defines a, and relies on b and c; -- if we find a rule R2 which defines (c MEANS c1 AND c2), then it defines c, and relies on c1 and c2.