package camlp4

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val uncurry : ('a -> 'b -> 'c) -> ('a * 'b) -> 'c
val flip : ('a -> 'b -> 'c) -> 'b -> 'a -> 'c
module Make (Lexer : Sig.Lexer) : sig ... end