Skip to content
Snippets Groups Projects
Commit 0c6edddc authored by François Bobot's avatar François Bobot
Browse files

Merge branch 'fix/robles/build-with-coq' into 'master'

[coq-wp] Fix syntax error in Vlist.v

Closes #666

See merge request frama-c/frama-c!2304
parents 35fd171a 4a60a407
No related branches found
No related tags found
No related merge requests found
......@@ -60,7 +60,7 @@ Defined.
(* Why3 goal *)
Definition concat {a:Type} {a_WT:WhyType a} : (list a) -> (list a) -> list a.
Open Local Scope list_scope.
Local Open Scope list_scope.
exact(fun u v => u ++ v).
Defined.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment