RFC: Syntax for implicit parameter bindings

Sebastien Carlier sebc@wise-language.org
Mon, 4 Feb 2002 23:01:37 +0100


Hi all,

How about the following syntax:

      (addBase 5 | ?base = 10)

This is quite unlike from other binding constructs in Haskell,
so maybe something more similar to list comprehension
would be better:

      (addBase 5 | ?base <- 10)

Cheers,
Sebastien