pub unsafe extern "C" fn clingo_backend_theory_term_symbol(
    backend: *mut clingo_backend_t,
    symbol: clingo_symbol_t,
    term_id: *mut clingo_id_t
) -> bool
Expand description

! Convert the given symbol into a theory term. ! ! @param[in] backend the target backend ! @param[in] symbol the symbol to convert ! @param[out] term_id the resulting term id ! @return whether the call was successful; might set one of the following error codes: ! - ::clingo_error_bad_alloc