In other words, can I say
(macro:function arguments)
-----
(f:g a b c)
((compose f g) a b c)
(f (g a b c))
(f a b macro:function c) .
example: http://arclanguage.com/item?id=4436
http://arclanguage.org/item?id=2556