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
f9d9f0a1
Commit
f9d9f0a1
authored
Mar 10, 2010
by
Jean-Christophe Filliâtre
Browse files
No commit message
No commit message
parent
7ee09ccc
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/output/alt_ergo.ml
View file @
f9d9f0a1
...
...
@@ -48,10 +48,8 @@ let rec print_type fmt ty = match ty.ty_node with
let
rec
print_term
fmt
t
=
match
t
.
t_node
with
|
Tbvar
_
->
assert
false
|
Tconst
(
ConstInt
s
)
->
fprintf
fmt
"%s"
s
|
Tconst
(
ConstReal
_
)
->
assert
false
(*TODO*)
|
Tconst
c
->
Pretty
.
print_const
fmt
c
|
Tvar
{
vs_name
=
id
}
|
Tapp
({
ls_name
=
id
}
,
[]
)
->
print_ident
fmt
id
|
Tapp
(
ls
,
tl
)
->
...
...
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