package bastet

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

Module Bastet.PPX_LetSource

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

Sourcemodule type PPX_LET = sig ... end

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

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

Makes the `ppx_let` module from a monad