fix(init/reserved_notation): remove "invisible" character at \/

This commit is contained in:
Leonardo de Moura 2014-12-02 12:06:39 -08:00
parent 5b2d17e4ab
commit 73429547ba

View file

@ -29,7 +29,7 @@ reserve prefix `¬`:40
reserve prefix `~`:40
reserve infixr `∧`:35
reserve infixr `/\`:35
reserve infixr `\/`:30
reserve infixr `\/`:30
reserve infixr ``:30
reserve infix `<->`:25
reserve infix `↔`:25