FreakingGenius - v0.1.0
    Preparing search index...

    Type Alias SymbolLabel

    SymbolLabel:
        | "0"
        | "1"
        | "2"
        | "3"
        | "4"
        | "5"
        | "6"
        | "7"
        | "8"
        | "9"
        | "+"
        | "-"
        | "×"
        | "÷"
        | "="
        | "<"
        | ">"
        | "≤"
        | "≥"
        | "("
        | ")"
        | "["
        | "]"
        | "{"
        | "}"
        | "a"
        | "b"
        | "c"
        | "x"
        | "y"
        | "z"
        | "n"
        | "π"
        | "Σ"
        | "√"
        | "^"
        | "/"
        | "unknown"

    The set of labels the recogniser can output. Extends as the symbol vocabulary grows.