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
f9d6ff78
Commit
f9d6ff78
authored
Mar 17, 2017
by
MARCHE Claude
Browse files
investigate bts 20881
parent
854c219b
Changes
1
Hide whitespace changes
Inline
Side-by-side
examples/bts/20881.why
View file @
f9d6ff78
theory OK
type t 'a = A | B (t 'a)
goal g : forall x: t 'a. A <> B x
end
theory Bug1
type t 'a = A int
function f (t 'a) : 'a
goal g : let p = (A 0: t int) in
let q = (A 1: t int) in
f p = f q
end
theory Bug
use import map.Map
...
...
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