package sqlgg

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

Module Schema.SourceSource

Sourcemodule Attr : sig ... end
Sourcetype 'a t = 'a Attr.t list
Sourceval find_by_name : 'a Attr.t list -> string -> 'a Attr.t list
Sourceval find : 'a Attr.t list -> string -> 'a Attr.t
Sourceval mem_by_name : 'a Attr.t list -> 'b Attr.t -> bool
Sourceval sub_by_name : 'a Attr.t list -> 'b Attr.t list -> 'a Attr.t list
Sourceval from_schema : 'a Attr.t list -> attr list