Name

toterm — Constructs a term from a symbol and a list.

Synopsis

term toterm ( symbol s ,
  list l );
 

Parameters

symbol s

list l

Return

term

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")