package sqlgg

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

Module Source.AttrSource

Sourcetype 'a t = {
  1. attr : attr;
  2. sources : 'a list;
}
Sourceval by_name : string -> 'a t -> bool
Sourceval map_attr : (attr -> attr) -> 'a t -> 'a t