Module Bastet.PPX_Let
module type PPX_LET = sig ... endThe module structure that `ppx_let` expects to be in scope
module Make : functor (M : Interface.MONAD) -> sig ... endMakes the `ppx_let` module from a monad
Bastet.PPX_Letmodule type PPX_LET = sig ... endThe module structure that `ppx_let` expects to be in scope
module Make : functor (M : Interface.MONAD) -> sig ... endMakes the `ppx_let` module from a monad