(HOF) A function that can take one or more functions asargument and/or return a function as its value. E.g. map in(map f l) which returns the list of results of applyingfunction f to each of the elements of list l. See alsocurried function.AcronymsSeeHOF