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

_______________________________________________
Haskell mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/haskell

Reply via email to