IBM / nl2flow

NL2Flow: A PDDL Interface to Flow Construction
Apache License 2.0
8 stars 2 forks source link

Collapse maps in function call #85

Closed TathagataChakraborti closed 5 months ago

TathagataChakraborti commented 5 months ago

Alternative pretty print so that

map(a, x)
map(b, y)
func(x, y)

collapses to only

func(a, b)