caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* graph of function dependances
@ 2010-02-23 13:32 Grégoire Seux
  2010-02-23 13:53 ` [Caml-list] " Maxence Guesdon
  0 siblings, 1 reply; 3+ messages in thread
From: Grégoire Seux @ 2010-02-23 13:32 UTC (permalink / raw)
  To: caml-list

[-- Attachment #1: Type: text/plain, Size: 451 bytes --]

hello !


i am wondering if there exists a way to get a graphic visualiation of the
dependances between functions defined in an ocaml file.

For instance:

let f x= x+1

let g x= f x -1


> let h x y = g x + (f x)


should displayed that h relies on f and g definition.

Maybe this not a pure ocaml-related question (more general) but i would need
such a tool for my ocaml sources.

Thank you by advance !

-- 
Grégoire Seux

[-- Attachment #2: Type: text/html, Size: 1561 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Caml-list] graph of function dependances
  2010-02-23 13:32 graph of function dependances Grégoire Seux
@ 2010-02-23 13:53 ` Maxence Guesdon
  2010-02-23 13:54   ` Grégoire Seux
  0 siblings, 1 reply; 3+ messages in thread
From: Maxence Guesdon @ 2010-02-23 13:53 UTC (permalink / raw)
  To: caml-list

On Tue, 23 Feb 2010 19:02:32 +0530
Grégoire Seux <kamaradclimber@gmail.com> wrote:

> hello !
 
Hello,

> i am wondering if there exists a way to get a graphic visualiation of the
> dependances between functions defined in an ocaml file.
> 
> For instance:
> 
> let f x= x+1
> 
> let g x= f x -1
> 
> 
> > let h x y = g x + (f x)
> 
> 
> should displayed that h relies on f and g definition.
> 
> Maybe this not a pure ocaml-related question (more general) but i would need
> such a tool for my ocaml sources.

Oug seems to do what you need (and much more):
  http://home.gna.org/oug/index.en.html

Regards,

-- 
Maxence Guesdon                           http://yquem.inria.fr/~guesdon/
Service Expérimentation et Développements https://devel.inria.fr/rocq/
INRIA Paris-Rocquencourt                  http://www.inria.fr/rocquencourt/




^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Caml-list] graph of function dependances
  2010-02-23 13:53 ` [Caml-list] " Maxence Guesdon
@ 2010-02-23 13:54   ` Grégoire Seux
  0 siblings, 0 replies; 3+ messages in thread
From: Grégoire Seux @ 2010-02-23 13:54 UTC (permalink / raw)
  To: Maxence Guesdon; +Cc: caml-list

[-- Attachment #1: Type: text/plain, Size: 1395 bytes --]

Thank you, it seems to be exactly what i need :-)

On Tue, Feb 23, 2010 at 19:23, Maxence Guesdon <Maxence.Guesdon@inria.fr>wrote:

> On Tue, 23 Feb 2010 19:02:32 +0530
> Grégoire Seux <kamaradclimber@gmail.com> wrote:
>
> > hello !
>
> Hello,
>
> > i am wondering if there exists a way to get a graphic visualiation of the
> > dependances between functions defined in an ocaml file.
> >
> > For instance:
> >
> > let f x= x+1
> >
> > let g x= f x -1
> >
> >
> > > let h x y = g x + (f x)
> >
> >
> > should displayed that h relies on f and g definition.
> >
> > Maybe this not a pure ocaml-related question (more general) but i would
> need
> > such a tool for my ocaml sources.
>
> Oug seems to do what you need (and much more):
>  http://home.gna.org/oug/index.en.html
>
> Regards,
>
> --
> Maxence Guesdon                           http://yquem.inria.fr/~guesdon/
> Service Expérimentation et Développements https://devel.inria.fr/rocq/
> INRIA Paris-Rocquencourt
> http://www.inria.fr/rocquencourt/
>
>
>
> _______________________________________________
> Caml-list mailing list. Subscription management:
> http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list
> Archives: http://caml.inria.fr
> Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
> Bug reports: http://caml.inria.fr/bin/caml-bugs
>



-- 
Grégoire

[-- Attachment #2: Type: text/html, Size: 2442 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-02-23 13:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-02-23 13:32 graph of function dependances Grégoire Seux
2010-02-23 13:53 ` [Caml-list] " Maxence Guesdon
2010-02-23 13:54   ` Grégoire Seux

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).