package SZXX
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Module Zip.ActionSource
Source
type 'a t = | Skip| String| Fold_string of {init : 'a;f : entry -> string -> 'a -> 'a;
}| Fold_bigstring of {init : 'a;f : entry -> Core.Bigstring.t -> len:int -> 'a -> 'a;
}| Parse of 'a Angstrom.t