hy/tests/resources/tlib.py

8 lines
109 B
Python
Raw Normal View History

2013-05-10 23:43:34 -04:00
from hy.macros import macro
from hy import HyList
@macro("qplah")
def tmac(*tree):
return HyList(tree)