Module Bastet__PPX_Let

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 : functor (M : Bastet.Interface.MONAD) -> sig ... end

Makes the `ppx_let` module from a monad