Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

L'affichage des foncteurs n'est pas idéal #4017

Closed
vicuna opened this issue May 3, 2006 · 1 comment
Closed

L'affichage des foncteurs n'est pas idéal #4017

vicuna opened this issue May 3, 2006 · 1 comment

Comments

@vicuna
Copy link

vicuna commented May 3, 2006

Original bug ID: 4017
Reporter: ertai
Assigned to: @zoggy
Status: closed (set by @zoggy on 2006-08-10T12:47:44Z)
Resolution: fixed
Priority: normal
Severity: feature
Version: 3.09.3
Category: ocamldoc

Bug description

Lorsque l'on a un foncteur à plusieurs arguments (je suis d'accord que c'est en fait plusieurs foncteurs à un seul argument), l'affichage n'est pas idéal.

En effet ceci:

module F (Arg1 : Sig1)
(Arg2 : Sig2)
(Arg3 : Sig3)
(Arg4 : Sig4) : Sig5

devient cela:

module F : functor (Arg1 : Sig1) ->
functor (Arg2 : Sig2) ->
functor (Arg3 : Sig3) ->
functor (Arg4 : Sig4) -> Sig5

@vicuna
Copy link
Author

vicuna commented Aug 10, 2006

Comment author: @zoggy

Ajout d'une option -short-functors pour afficher les foncteurs de façon moins verbeuse en HTML.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant