package bastet

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

This is a helper module to integrate `bs-abstract` with `ppx_let`

module type PPX_LET = sig ... end

The module structure that `ppx_let` expects to be in scope

module Make (M : Interface.MONAD) : sig ... end

Makes the `ppx_let` module from a monad