DEBSOURCES
Skip Quicknav
sources / haskell-futhark / 0.25.32-2 / tests_fmt / lambda.fut
12345678910111213
def f = (\x -> x + 2) def r = { x = \x -> x + 2 } def h = map3 (\x y z -> x + y + z) (iota 10) (iota 10) (iota 10)