Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
get_unary tbl t
returns the priority, or binding power of operator identified t
if it is a unary operator, or None
.
val get_binary : table -> term -> (priority * associativity) option
get_binary tbl t
returns the priority (or binding power) and associativity of operator t
, or None
if t
isn't a binary operator.