Hello,
I have a problem with using KiCS2. I have a source file that contains
the following code:
> sublist :: [a] -> [a]
> sublist (pre ++ sub ++ post) = sub
Now I load this into KiCS2 and enter the expression
findall (\sub -> sub =:= sublist "Hallo!")
at the prompt. KiCS2 answers with the message
Main: external_ndho_C_try .
What does this mean? Does this indicate a bug?
Best wishes,
Wolfgang
_______________________________________________
curry mailing list
curry_at_lists.RWTH-Aachen.DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/curry
Received on Fr Apr 19 2013 - 14:22:22 CEST