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
d5a73c70
Commit
d5a73c70
authored
Aug 23, 2010
by
Andrei Paskevich
Browse files
avoid t2tb(tb2t(...)) in encoding_bridge
parent
437d61c7
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/transform/encoding_bridge.ml
View file @
d5a73c70
...
...
@@ -138,7 +138,9 @@ let conv_arg tenv t aty =
try
(* polymorph specials t2tb *)
let
tylconv
=
Hty
.
find
tenv
.
specials
tty
in
t_app
tylconv
.
t2tb
[
t
]
tylconv
.
tb
match
t
.
t_node
with
|
Tapp
(
fs
,
[
t'
])
when
ls_equal
fs
tylconv
.
tb2t
->
t'
|
_
->
t_app
tylconv
.
t2tb
[
t
]
tylconv
.
tb
with
Not_found
->
(* polymorph not specials *)
t
...
...
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