Eine aufbereitete Darstellung der Quelle

 
     
 
 
Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 

Benutzer

Quellcode-Bibliothek dir_info.mli   Sprache: unbekannt

 
(************************************************************************)
(* This file is licensed under The MIT License                          *)
(* See LICENSE for more information                                     *)
(************************************************************************)

(** Recursive scan of a directory *)
type 'a t

(** [scan ~prefix dir] scan for coq modules in dir [prefix] will
   inject a dir *)

val scan : prefix:string list -> string -> Coq_module.t t

(** [iter ~f dir_info] iterate contents, [prefix] denotes the sub-tree
   we are in *)

val iter : f:(prefix:string list -> 'a list -> unit) -> 'a t -> unit

(** [fold ~f ~init dir_info] fold over each folder's contents *)
val fold : f:(prefix:string list -> 'b -> 'list -> 'b) -> init:'b -> 'a t -> 'b

(** Flatten the list of objects of a recursive scan *)
val coq_modules : 'a t -> 'list

val pp : Format.formatter -> Coq_module.t t -> unit

(* To remove *)
val map : f:(prefix:string list -> 'a -> 'b) -> 'a t -> 'b t

Messung V0.5 in Prozent
C=91 H=100 G=95

[0.5QuellennavigatorsProjekt 2026-06-10]

                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Open Source Software

     Quellcodebibliothek
     Eigene Quellcodes
     Fremde Quellcodes
     Suchen

Jenseits des Üblichen ....
    

Besucherstatistik

Besucherstatistik

Statistik
#Sources=141584
#Domains=738142