-- Module definition example 𝓜 Mathematics ⇒ { π ≜ 3.14159; sin ≜ λx∈ℝ: {- implementation -}; cos ≜ λx∈ℝ: {- implementation -} }; angle ← π/4; result ← Mathematics‧sin(angle);