It is no problem for map - it is problem for seq-min word. map applies quotation on each element of sequence. In your case it tries to apply seq-min for . Instead you should write [ call seq-min ] to resolve: map apply first call to and then seq-min to getting sequence.