Variant
  •    
    {
    list
    (
    γ
    )
     
    result
    }
  • or 
    {
    list
    (
    γ
    )
     
    different_length
    }
map2_gen (
(
α
, 
β
γ
)
 
f
, 
list
(
α
)
 
l1
, 
list
(
β
)
 
l2)
Transforms two lists by applying a function to each pair of elements
returns
a sum  result=l  when the list have the same length
or
 different_length=l  when list have different with the result so far

Comments

The browser you use is not supported by this application, probably because it lacks some critical features.
For a better experience, please consider using this application with a supported browser.