Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Why3
why3
Commits
4f841f92
Commit
4f841f92
authored
May 20, 2017
by
Andrei Paskevich
Browse files
Coq: ignore the "type unit = ()" declaration in why3.Unit
parent
5e4507b3
Changes
2
Hide whitespace changes
Inline
Side-by-side
drivers/coq-common.gen
View file @
4f841f92
...
...
@@ -24,6 +24,11 @@ theory BuiltIn
syntax predicate (=) "(%1 = %2)"
end
theory Unit
syntax type unit "unit"
end
theory Bool
syntax type bool "bool"
...
...
drivers/coq-ssreflect.drv
View file @
4f841f92
...
...
@@ -34,6 +34,10 @@ Unset Printing Implicit Defensive.
end
theory Unit
syntax type unit "unit"
end
theory HighOrd
syntax type (->) "(%1 -> %2)"
syntax function (@) "(%1 %2)"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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