Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Pierre Letouzey
natded
Commits
e9cefa54
Commit
e9cefa54
authored
Jul 07, 2020
by
Pierre Letouzey
Browse files
Mix : notation # affiché sans espace
parent
ec5a7d93
Changes
1
Show whitespace changes
Inline
Side-by-side
Mix.v
View file @
e9cefa54
...
...
@@ -288,7 +288,7 @@ Infix "\/" := (Op Or) : formula_scope.
Infix "
->
" := (Op Impl) : formula_scope.
Infix "
<->
" := Iff : formula_scope.
Notation "
#
n
" := (BVar n) (at level 20) : formula_scope.
Notation "
#
n
" := (BVar n) (at level 20
, format "
#
n
"
) : formula_scope.
Notation "
∀
A
" := (Quant All A)
(at level 200, right associativity) : formula_scope.
...
...
Write
Preview
Markdown
is supported
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