Name
toterm — Constructs a term from a symbol and a list.
Synopsis
term
toterm
( |
symbol
s
, |
|
list
l
) ; |
Description
Constructs a term from a symbol and a list. Thus complement to symbolof and argsof.
Usage
toterm (`RadioButton, [ `id (`test), "Test" ]) -> `RadioButton (`id (`test), "Test")