package sqlgg

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

Module Sqlgg_scope.MakeSource

Parameters

module M : sig ... end

Signature

Sourcetype 'a t = ('a, M.brand, M.row, M.params) col
Sourceval pure : 'a -> 'a t
Sourceval map : ('a -> 'b) -> 'a t -> 'b t
Sourceval apply : ('a -> 'b) t -> 'a t -> 'b t
Sourceval (let+) : 'a t -> ('a -> 'b) -> 'b t
Sourceval (and+) : 'a t -> 'b t -> ('a * 'b) t