for example: ``` @f: R -> R f(x) = x + 1; ``` this would be equivalent to: ``` let f: lambda[float]float = (x: int): {x + 1}; ```
for example:
this would be equivalent to: