fix(frontends/lean/token_table): increase binding power of decreasing operator

This commit is contained in:
Leonardo de Moura 2014-12-11 17:31:12 -08:00
parent 287a444481
commit 3d199d275d

View file

@ -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;