package camlp4

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Parameters

Signature

val sfold0 : ('a -> 'b -> 'b) -> 'b -> ('c, 'a, 'b) Structure.fold
val sfold1 : ('a -> 'b -> 'b) -> 'b -> ('c, 'a, 'b) Structure.fold
val sfold0sep : ('a -> 'b -> 'b) -> 'b -> ('c, 'a, 'b) Structure.foldsep