Lukas' Notes

Infix Notation

Feb 25, 20261 min read

languages

Definition

Infix Notation

Infix notation is a notation for expressions of a term languages where the operators
are placed between the terms.

Example:

a∧b

where a,b are terms and ∧/2 is an operator.

The infix notation is primarily used for operators.


Graph View

Backlinks

  • Term Language

Created with Quartz v4.4.0 © 2026

  • GitHub