IBM / nl2flow

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

Collapse maps in function call #85

Closed TathagataChakraborti closed 2 weeks ago

TathagataChakraborti commented 1 month ago

Alternative pretty print so that

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

collapses to only

func(a, b)