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
cduce
cduce
Commits
7598af7d
Commit
7598af7d
authored
Oct 05, 2007
by
Pietro Abate
Browse files
[r2002-10-26 01:50:52 by cvscast] Empty log message
Original author: cvscast Date: 2002-10-26 01:50:52+00:00
parent
3c4ae863
Changes
1
Hide whitespace changes
Inline
Side-by-side
types/patterns.ml
View file @
7598af7d
...
...
@@ -713,11 +713,11 @@ struct
|
d
::
rem
->
to_print
:=
rem
;
Format
.
fprintf
ppf
"Dispatcher %i accepts [%a]@
\n
"
d
.
id
Types
.
Print
.
print_descr
d
.
t
;
d
.
id
Types
.
Print
.
print_descr
(
Types
.
normalize
d
.
t
)
;
let
print_code
code
(
t
,
arity
,
m
)
=
Format
.
fprintf
ppf
" Returns $%i(arity=%i) for [%a]"
code
arity
Types
.
Print
.
print_descr
t
;
Types
.
Print
.
print_descr
(
Types
.
normalize
t
)
;
(*
List.iter
(fun (i,b) ->
...
...
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