``` let pure f(a: A, b: B): C = ...; ``` this enforces a top down strictness guarantee disallowing any non-total behavior or side effects.
this enforces a top down strictness guarantee disallowing any non-total behavior or side effects.