[Haskell-cafe] Prolog-style list syntax?

Johannes Waldmann johannes.waldmann at htwk-leipzig.de
Tue Jun 29 09:25:38 UTC 2021


>> but it would be interesting if this worked:
>>
>>    [x, y, z] ++ zs = list

this works in Curry; a functional-logic PL,
very roughly: Prolog semantics (in a sane way)
with Haskell syntax and typing

https://curry.pages.ps.informatik.uni-kiel.de/curry-lang.org/

- J.W.


More information about the Haskell-Cafe mailing list