hy/tests/resources/tlib.py

8 lines
109 B
Python
Raw Normal View History

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