DEBSOURCES
Skip Quicknav
sources / haskell-futhark / 0.25.32-2 / tests_fmt / expected / lambda.fut
123456789101112131415
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)