You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is no direct way how to read clauses that have been expanded. What I do instead is to add a dynamic declaration in front and then use listing/1 to obtain a better readable version. Here, I have just reformatted code in that manner. See the history how it looked before. It's not only indentation but also many superfluous round brackets that made it unreadable.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
There is no direct way how to read clauses that have been expanded. What I do instead is to add a dynamic declaration in front and then use listing/1 to obtain a better readable version. Here, I have just reformatted code in that manner. See the history how it looked before. It's not only indentation but also many superfluous round brackets that made it unreadable.
Shouldn't there be an easier way to do this?
Beta Was this translation helpful? Give feedback.
All reactions