Can has? `def admin?(user_id: String.t()) :: boolean do`

I’ve also found that typed function signatures in Python get noisy. And the default formatter… does not make that look elegant. I like the separate type signature in Elixir, even though that often gets a little noisy, but it’s miles better.

1 Like