フォロー

let f => int -> int -> int
let f x y = x * y
より
function f => int -> int -> int is
f x y = x * y;
とかの方がよくない?><(Ada脳?><;)

Pascalっぽい版?><;
interface
function f => int -> int -> int
implementation
function f x y = x * y;

ログインして会話に参加
:realtek:

思考の /dev/null