Cheddar, to suit the functional paradigm, brings various functional operators. These are details throughout this section.
hashtagInfo::Assignment OperatorsAssignment operators with functions work just as well as with other functionsCopylet f = 10 f &= (%) f(16) == 6
Assignment operators with functions work just as well as with other functions
let f = 10 f &= (%) f(16) == 6
Last updated 5 years ago
Was this helpful?