termify

abstract fun termify(value: Any?): Term

Converts value into a Term, per this Termificator's conversion rules (see the type-level doc).

Throws

if value is null, or has no known conversion to Term.