mapfilter : ('a -> 'b) -> 'a list -> 'b list
- mapfilter hd [[1,2,3],[4,5],[],[6,7,8],[]]; > val it = [1, 4, 6] : int list