This is a systematic in-depth exploration of different ways of calling functions in Roc.
In Roc, functions are values that are defined using lambda-expressions. Here are two single-argument functions on integers, one that increments a given number and another that doubles it.
inc : I64 -> I64