Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiaojie Guo
rt-proofs
Commits
1f64552e
Commit
1f64552e
authored
Jan 09, 2016
by
Felipe Cerqueira
Browse files
Add \In notation
parent
958bd3a5
Changes
1
Hide whitespace changes
Inline
Side-by-side
util_lemmas.v
View file @
1f64552e
...
...
@@ -68,6 +68,11 @@ Reserved Notation "\cat_ ( i < n ) F"
Notation
"\cat_ ( i < n ) F"
:
=
(
\
big
[
cat
/[
::
]]
_
(
i
<
n
)
F
%
N
)
:
nat_scope
.
Reserved
Notation
"x \In A"
(
at
level
70
,
format
"'[hv' x '/ ' \In A ']'"
,
no
associativity
).
Notation
"x \In A"
:
=
(
if
A
is
Some
B
then
in_mem
x
(
mem
B
)
else
false
)
:
bool_scope
.
Ltac
des_eqrefl2
:
=
match
goal
with
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment