From 11bfcbf909a4dad45de3853df53b94af81217055 Mon Sep 17 00:00:00 2001 From: Jason Gross Date: Tue, 5 Mar 2019 15:31:02 -0500 Subject: Add reserved notations for \in --- src/Util/Notations.v | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/Util') diff --git a/src/Util/Notations.v b/src/Util/Notations.v index cdcca8473..9549e0ba6 100644 --- a/src/Util/Notations.v +++ b/src/Util/Notations.v @@ -32,6 +32,15 @@ Reserved Infix "=ₙ?" (at level 70, no associativity). Reserved Infix "=ℤ?" (at level 70, no associativity). Reserved Infix "=ᶻ?" (at level 70, no associativity). Reserved Infix "=ⁿ?" (at level 70, no associativity). +(* to match with ssreflect *) +Reserved Notation "x \in A" + (at level 70, format "'[hv' x '/ ' \in A ']'", no associativity). +Reserved Notation "x \notin A" + (at level 70, format "'[hv' x '/ ' \notin A ']'", no associativity). +Reserved Notation "x ∈ A" + (at level 70, format "'[hv' x '/ ' ∈ A ']'", no associativity). +Reserved Notation "x ∉ A" + (at level 70, format "'[hv' x '/ ' ∉ A ']'", no associativity). Reserved Notation "x +' y" (at level 50, left associativity). Reserved Notation "x -' y" (at level 50, left associativity). Reserved Notation "x *' y" (at level 40, left associativity). -- cgit v1.2.3