AstTypedParameter: {
    id: number;
    kind: "typed_parameter";
    loc: SrcInfo;
    name: OptionalId;
    type: AstType;
}