Module Bastet.PPX_Let

module type PPX_LET = sig ... end

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

module Make : functor (M : Interface.MONAD) -> sig ... end

Makes the `ppx_let` module from a monad