package pfff

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val fresh : unit -> int
val lfold : ('a -> 'b -> 'a * 'c) -> 'a -> 'b list -> 'a * 'c list
val opt : ('a -> 'b -> 'a * 'c) -> 'a -> 'b option -> 'a * 'c option