# package:threepenny-gui

Reverse function application. Allows convenient notation for setting properties. Example usage.
mkElement "div"
# set style     [("color","#CCAABB")]
# set draggable True
# set children  otherElements
Append DOM elements as children to a given element.
Convenient combinator for setting the CSS class on element creation.