From d39730a03b03bdbb23f0ad042a2bb87055d91d00 Mon Sep 17 00:00:00 2001 From: Jason Gross Date: Sun, 7 Jun 2020 16:20:08 -0400 Subject: Bring Int63 notations into line with stdlib We also put them in a module, so users can `Require Int63. Import Int63.Int63Notations` without needing to unqualify the primitives. In particular, we change - `a \% m` into `a mod m` to correspond with the notation in ZArith - `m == n` into `m =? n` to correspond with the eqb notations elsewhere - `m < n` into `m `_, fixes + `#12454 `_, by Jason Gross). -- cgit v1.2.3