diff --git a/Main.hs b/Main.hs index cd43315..eb9a059 100755 --- a/Main.hs +++ b/Main.hs @@ -6,8 +6,8 @@ main = do let operator = InsideOp (4::Int) let coupleValue = CoupleVal (2::Int) (5::Int) let boxing = Template coupleValue operator - let condition = Condition "Alaintérieure" boxing + let condition = Condition "Just a simple descriptive label" boxing let rule = addEvaluable (Rule []) condition let ruleEngine = addRule (RuleEngine []) rule - print (evalRuleEngine ruleEngine) \ No newline at end of file + print (evalRuleEngine ruleEngine) -- Display "True". Yes 4 is inside the interval [2, 5] :D \ No newline at end of file