------------------------------------------------------------------------ ## codireco Combinator This is part of the [make_generator] function. You would not use this combinator directly. ### Definition > [codi] [reco] ### Discussion See [make_generator] and the ["Using `x` to Generate Values" notebook](https://joypy.osdn.io/notebooks/Generator_Programs.html#an-interesting-variation) as well as [Recursion Theory and Joy](https://www.kevinalbrecht.com/code/joy-mirror/j05cmp.html) by Manfred von Thun. ### Crosslinks [make_generator]