Module Bastet__PPX_Let
This is a helper module to integrate `bs-abstract` with `ppx_let`
module type PPX_LET = sig ... endThe module structure that `ppx_let` expects to be in scope
module Make : functor (M : Bastet.Interface.MONAD) -> sig ... endMakes the `ppx_let` module from a monad