fix(frontends/lean/token_table): increase binding power of decreasing operator
This commit is contained in:
parent
287a444481
commit
3d199d275d
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ Author: Leonardo de Moura
|
|||
|
||||
namespace lean {
|
||||
static unsigned g_arrow_prec = 25;
|
||||
static unsigned g_decreasing_prec = 25;
|
||||
static unsigned g_decreasing_prec = 100;
|
||||
static unsigned g_max_prec = 1024;
|
||||
static unsigned g_plus_prec = 65;
|
||||
static unsigned g_cup_prec = 60;
|
||||
|
|
Loading…
Reference in a new issue