Inspect.Algebra.flex_glue

You're seeing just the function flex_glue, go back to Inspect.Algebra module for more information.
Link to this function

flex_glue(doc1, break_string \\ " ", doc2)

View Source (since 1.6.0)

Specs

flex_glue(t(), binary(), t()) :: t()

Glues two documents (doc1 and doc2) inserting a flex_break/1 given by break_string between them.

This function is used by container_doc/6 and friends to the maximum number of entries on the same line.