X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=docs%2FGoalfile.pod;fp=docs%2FGoalfile.pod;h=ec84bae27175e75ab20d13d53abe89d80a27d160;hb=5e13f1e2a3dc1237fcf2fa141d8379bdd36bde61;hp=abe9f502e61605a749c1efa26a1bd4e38e30eeaa;hpb=8a0ede3292b4968b1e3261ad97b96d5ea0ad16fd;p=goals.git diff --git a/docs/Goalfile.pod b/docs/Goalfile.pod index abe9f50..ec84bae 100644 --- a/docs/Goalfile.pod +++ b/docs/Goalfile.pod @@ -178,11 +178,11 @@ files using ordinary globbing rules. For example: - wrap ("*file", ["bar.c", "foo.c"]) ⇒ [*file("bar.c"), *file("foo.c")] + wrap ("is-file", ["bar.c", "foo.c"]) ⇒ [is-file("bar.c"), is-file("foo.c")] Each element in C is wrapped into a call to C. -There are two common uses for this: either to add explicit tactics -(such as C<*file>) to a plain list of strings as in the example above; +There are two common uses for this: either to add explicit predicates +(such as C) to a plain list of strings as in the example above; or to turn a list of strings into a list of goal or function calls. =head1 SEE ALSO