package ppx_rapper

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module type CUSTOM = sig ... end
val load_many : (('row -> 'parent) * ('parent -> 'key)) -> (('row -> 'child) * ('parent -> 'child list -> 'parent)) list -> 'row list -> 'parent list
module Internal : sig ... end