mirror of
https://github.com/apple/pkl.git
synced 2026-05-25 16:19:20 +02:00
Implement canonical formatter (#1107)
CLI commands also added: `pkl format check` and `pkl format apply`.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
res = myList.map((it) -> it.partition).filter((it) -> someList.contains(it))
|
||||
|
||||
res2 = myList.map(lambda1).filter(lambda2)
|
||||
|
||||
res3 = myList.map((it) -> it.partition)
|
||||
Reference in New Issue
Block a user