module Tins::ProcPrelude

def nth(n)

def nth(n)
  lambda { |*list| list[n] }
end