def Map(func, l):
    def func(l):
        return func
    return Map