Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
why3
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
85
Issues
85
List
Boards
Labels
Milestones
Merge Requests
10
Merge Requests
10
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Why3
why3
Commits
ca0251f6
Commit
ca0251f6
authored
Nov 16, 2016
by
MARCHE Claude
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
examples from BTS
parent
bbb659aa
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
0 deletions
+23
-0
examples/bts/20619.mlw
examples/bts/20619.mlw
+10
-0
examples/bts/20881.why
examples/bts/20881.why
+13
-0
No files found.
examples/bts/20619.mlw
0 → 100644
View file @
ca0251f6
module Bug
exception A (unit, unit)
let foo (_: unit) : unit =
try
()
with
| A _ -> ()
end
end
\ No newline at end of file
examples/bts/20881.why
0 → 100644
View file @
ca0251f6
theory Bug
use import map.Map
type t
type p 'a = PTR t
function load (p 'a) :'a
goal bug: forall i.
let p = ((PTR i):(p (map t t))) in
let q = ((PTR i):(p t)) in
(load p)[i] = (load q)
end
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