8.4 Patterns Match Operator = in Patterns String Prefix in Patterns Expressions in Patterns 8.4 Patterns A pattern has the same structure as a term but can contain unbound...
SimpleAggregateFunction SimpleAggregateFunction SimpleAggregateFunction(name, types_of_arguments…) data type stores current value of the aggregate function, and does not store...
SimpleAggregateFunction SimpleAggregateFunction SimpleAggregateFunction(name, types_of_arguments…) data type stores current value of the aggregate function, and does not store...
Printf Printf Printf.@printf — Macro @printf ([ io :: IO ], "%Fmt" , args ...) Print args using C printf style format specification string. Optionally, an IO may be ...
Variable Arguments Variable Arguments We’ve defined some of our builtin functions so they can take in a variable number of arguments. Functions like + and join can take any ...
Chapter 4 Labels and variants 4.1 Labels 4.1.1 Optional arguments 4.1.2 Labels and type inference 4.1.3 Suggestions for labeling 4.2 Polymorphic variants Basic use Advan...