Indexed_bind.Syntaxmodule Core : Preface_specs.Indexed_bind.COREtype ('a, 'index) t = ('a, 'index) Core.tThe type held by the Indexed Bind.
Syntactic shortcuts for flipped version of CORE.bind:
let* x = e in f is equals to bind (fun x -> f) e.