package stramon-lib
-
stramon-lib
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val empty : t
val is_empty : t -> bool
val add : Abs_path.t -> t -> t
val remove : Abs_path.t -> t -> t
val mem : Abs_path.t -> t -> bool
val to_seq : t -> Abs_path.t Seq.t
val of_seq : Abs_path.t Seq.t -> t