module Filetree:sig
..end
type
filetree_node =
| |
File of |
|||
| |
Global of |
(* | Caml type for the infos on a node of the tree. Not all globals appear
in the filetree. Currently, the visible ones are:
| *) |
class type t =object
..end
val make : GTree.view -> t