[curry] Re: Haskell compatibility

From: Volker Wysk <post_at_volker-wysk.de>
Date: Tue, 17 Dec 2019 14:36:19 +0100

Am Montag, den 16.12.2019, 23:18 +0100 schrieb Michael Hanus:
> However, there is one important
> difference: Haskell has a sequential interpretation of equations,
> i.e., a rule like "p x = True" does not imply that predicate p
> always delivers True but it depends on preceding rules for p.
> In Curry, overlapping rules lead to non-deterministic programs.
> Furthermore, Curry programs might yield results where Haskell
> does not terminate due to a different (optimal) pattern matching
> strategy. Thus, many Haskell programs have an identical meaning
> in Curry but not all.

I'm a long-term Haskell user. Yes, that difference in the
interpretation of equations was a source of confusion when I
(partially) learned Mercury a few months ago...

So you can't avoid looking at the entire code closely, when you want to
port from Haskell to Curry.

Goodbye,
Volker
_______________________________________________
curry mailing list -- curry_at_lists.rwth-aachen.de
To unsubscribe send an email to curry-leave_at_lists.rwth-aachen.de
https://lists.rwth-aachen.de/postorius/lists/curry.lists.rwth-aachen.de
Received on Do Dez 19 2019 - 10:47:08 CET

This archive was generated by hypermail 2.3.0 : Do Mär 28 2024 - 07:15:14 CET