new_infixr_definition : string * term * int -> thm

SYNOPSIS
Declares a new right associative infix constant and installs a definition in the current theory.

LIBRARY
Parse

DESCRIBE
The function new_infixr_definition has exactly the same effect as new_infixl_definition except that the infix constant defined will associate to the right.

SEEALSO  new_definition,   new_specification,   new_infix,   new_infixl_definition

HOL  Kananaskis 0