# File lib/facet/lisp.rb, line 233
def
pairlis
(
l
,
m
)
zip
(
lambda
{
|
x
,
y
|
cons
(
x
,
y
) },
l
,
m
)
end