We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In this chapter, the examples use partial application.
In first example usage of partial application is obvious:
[args...] > app triangle > triangleA 10:a triangleA > triangleABC 7:b 8:c triangleABC > triangleABCNamed "My Triangle":name triangle > triangleNamed "My Another Triangle":name
In second example we use partial application in subbuilder's attributes setA, setB, setC. Here we apply only one free attribute out of four.
subbuilder
setA
setB
setC
[aVal] > setA ^.^.subbuilder > @ ^.^.triangleEntity (^.validateSide aVal):a
Full examples can be found in the paragraph 6.11
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In this chapter, the examples use partial application.
In first example usage of partial application is obvious:
In second example we use partial application in
subbuilder
's attributessetA
,setB
,setC
. Here we apply only one free attribute out of four.Full examples can be found in the paragraph 6.11
The text was updated successfully, but these errors were encountered: