X-Git-Url: https://git.martlubbers.net/?p=cloogle-irc.git;a=blobdiff_plain;f=cloogleirc.icl;fp=cloogleirc.icl;h=717cfd8436fedab452d76d87c0de05ad4ddaa6aa;hp=534a57a2d4349d5fb950d90d463476c66869f83e;hb=747d99d348372cd62ff9362f7b98313eb53c0ea9;hpb=38119fcb7be8437bc535665f20af8b641ee67e64 diff --git a/cloogleirc.icl b/cloogleirc.icl index 534a57a..717cfd8 100644 --- a/cloogleirc.icl +++ b/cloogleirc.icl @@ -90,6 +90,11 @@ cloogle data w processResult (SyntaxResult (br, re)) = "Clean syntax: " +++ re.syntax_title +++ "\n" +++ concat (intersperse "; " re.syntax_code) + processResult (ABCInstructionResult (br, re)) + = "ABC instruction: " +++ re.abc_instruction + processResult (ProblemResult pr) + = "Common problem: " +++ pr.problem_title + +++ "; see https://github.com/clean-cloogle/common-problems/blob/master/" +++ pr.problem_key +++ ".md" limitResults :: String -> String limitResults s