hello
could someone explain the following differing results const id 0 5 -> 5 -- ie. 'takes' the 'last' one
const (id 0) 5 -> 0 -- ie. 'takes' the 'first' one

Thanks


_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to