式:
var x = ((1) + 2) + 3
アロー関数の引数リスト:
var incrementer = (x) => x + 1
TypeScript と Flow の型宣言:
type Card = (Suit & Rank) | (Suit & Number)