Lukas' Notes

Home

❯

Knowledge

❯

Infix Notation

Infix Notation

May 09, 20251 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 © 2025

  • GitHub