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
Why3
why3
Commits
719386bf
Commit
719386bf
authored
Mar 07, 2012
by
Andrei Paskevich
Browse files
tptp: we will not support inclusions
Why3 library mechanism is not adapted for forward dependencies.
parent
77cdbd32
Changes
1
Show whitespace changes
Inline
Side-by-side
plugins/tptp/tptp_typing.ml
View file @
719386bf
...
...
@@ -665,10 +665,8 @@ let typecheck lib path ast =
let
pr
=
create_prsymbol
(
id_fresh
"contradiction"
)
in
env
,
add_prop_decl
uc
Pgoal
pr
t_false
(* includes *)
|
Include
(
_f
,
[]
,_
loc
)
->
assert
false
(* TODO: include *)
|
Include
(
_
,_,
loc
)
->
errorm
~
loc
"
Formula select
ion is not supported"
errorm
~
loc
"
Inclus
ion is not supported"
in
(* FIXME: localize the identifier *)
let
uc
=
create_theory
~
path
(
id_fresh
"T"
)
in
...
...
Write
Preview
Supports
Markdown
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