package pfff

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type subsystem =
  1. | SubSystem of string
type dir =
  1. | Dir of string
type tree_reorganization = (subsystem * dir list) list
val load_tree_reorganization : Common.filename -> tree_reorganization
val change_organization : tree_reorganization -> Common.filename -> unit
val subsystem_of_dir : dir -> tree_reorganization -> subsystem