I have a sequence of functions
scala> a.foreach(println)
<function1>
<function1>
<function1>
<function1>
<function1>
It sounds impossible but I wonder if scala provides any way to actually print the definition of these functions at the end of this foreach loop?