Nuprl Definition : eager-product-map
eager-product-map(f;as;bs) ==  rec-case(as) of [] => [] | a::more_as => r.eager-map-append(f a;bs;r)
Definitions occuring in Statement : 
eager-map-append: eager-map-append(f;as;bs)
, 
list_ind: list_ind, 
nil: []
, 
apply: f a
Definitions occuring in definition : 
list_ind: list_ind, 
nil: []
, 
eager-map-append: eager-map-append(f;as;bs)
, 
apply: f a
FDL editor aliases : 
eager-product-map
Latex:
eager-product-map(f;as;bs)  ==    rec-case(as)  of  []  =>  []  |  a::more$_{as}$  =>  r.ea\000Cger-map-append(f  a;bs;r)
Date html generated:
2016_05_14-AM-06_30_10
Last ObjectModification:
2015_12_03-PM-02_06_15
Theory : list_0
Home
Index