DefinitionTree {
    definitions: [
        TypeAlias(
            TypeAliasDefinition {
                type: 1,
                name: TemplatedIdentifier {
                    name: Identifier {
                        position: 6,
                        value: "a",
                    },
                    templates: None,
                },
                equals: 8,
                data_type: Null(
                    10,
                ),
                semicolon: 14,
            },
        ),
        TypeAlias(
            TypeAliasDefinition {
                type: 16,
                name: TemplatedIdentifier {
                    name: Identifier {
                        position: 21,
                        value: "b",
                    },
                    templates: None,
                },
                equals: 23,
                data_type: False(
                    25,
                ),
                semicolon: 30,
            },
        ),
        TypeAlias(
            TypeAliasDefinition {
                type: 32,
                name: TemplatedIdentifier {
                    name: Identifier {
                        position: 37,
                        value: "c",
                    },
                    templates: None,
                },
                equals: 39,
                data_type: True(
                    41,
                ),
                semicolon: 45,
            },
        ),
        TypeAlias(
            TypeAliasDefinition {
                type: 47,
                name: TemplatedIdentifier {
                    name: Identifier {
                        position: 52,
                        value: "d",
                    },
                    templates: None,
                },
                equals: 54,
                data_type: NonNull(
                    56,
                ),
                semicolon: 63,
            },
        ),
        TypeAlias(
            TypeAliasDefinition {
                type: 65,
                name: TemplatedIdentifier {
                    name: Identifier {
                        position: 70,
                        value: "e",
                    },
                    templates: None,
                },
                equals: 72,
                data_type: Union(
                    [
                        Identifier(
                            TemplatedIdentifier {
                                name: Identifier {
                                    position: 74,
                                    value: "a",
                                },
                                templates: None,
                            },
                        ),
                        Identifier(
                            TemplatedIdentifier {
                                name: Identifier {
                                    position: 76,
                                    value: "b",
                                },
                                templates: None,
                            },
                        ),
                        Identifier(
                            TemplatedIdentifier {
                                name: Identifier {
                                    position: 78,
                                    value: "c",
                                },
                                templates: None,
                            },
                        ),
                        Identifier(
                            TemplatedIdentifier {
                                name: Identifier {
                                    position: 80,
                                    value: "d",
                                },
                                templates: None,
                            },
                        ),
                    ],
                ),
                semicolon: 81,
            },
        ),
        TypeAlias(
            TypeAliasDefinition {
                type: 83,
                name: TemplatedIdentifier {
                    name: Identifier {
                        position: 88,
                        value: "f",
                    },
                    templates: None,
                },
                equals: 90,
                data_type: Function {
                    outer_left_parenthesis: 92,
                    fn: 93,
                    left_parenthesis: 95,
                    parameter_type_definitions: CommaSeparated {
                        inner: [
                            Union(
                                [
                                    Identifier(
                                        TemplatedIdentifier {
                                            name: Identifier {
                                                position: 96,
                                                value: "a",
                                            },
                                            templates: None,
                                        },
                                    ),
                                    Identifier(
                                        TemplatedIdentifier {
                                            name: Identifier {
                                                position: 98,
                                                value: "b",
                                            },
                                            templates: None,
                                        },
                                    ),
                                ],
                            ),
                        ],
                        commas: [],
                    },
                    right_parenthesis: 99,
                    colon: 100,
                    return_type_definition: Union(
                        [
                            Identifier(
                                TemplatedIdentifier {
                                    name: Identifier {
                                        position: 102,
                                        value: "c",
                                    },
                                    templates: None,
                                },
                            ),
                            Identifier(
                                TemplatedIdentifier {
                                    name: Identifier {
                                        position: 104,
                                        value: "d",
                                    },
                                    templates: None,
                                },
                            ),
                        ],
                    ),
                    outer_right_parenthesis: 105,
                },
                semicolon: 106,
            },
        ),
        TypeAlias(
            TypeAliasDefinition {
                type: 108,
                name: TemplatedIdentifier {
                    name: Identifier {
                        position: 113,
                        value: "g",
                    },
                    templates: None,
                },
                equals: 115,
                data_type: Vec(
                    117,
                    TypeTemplateGroupDefinition {
                        comments: CommentGroup {
                            comments: [],
                        },
                        less_than: 120,
                        members: CommaSeparated {
                            inner: [
                                Integer(
                                    121,
                                ),
                            ],
                            commas: [],
                        },
                        greater_than: 124,
                    },
                ),
                semicolon: 125,
            },
        ),
        TypeAlias(
            TypeAliasDefinition {
                type: 127,
                name: TemplatedIdentifier {
                    name: Identifier {
                        position: 132,
                        value: "h",
                    },
                    templates: None,
                },
                equals: 134,
                data_type: Union(
                    [
                        Identifier(
                            TemplatedIdentifier {
                                name: Identifier {
                                    position: 136,
                                    value: "Foo",
                                },
                                templates: Some(
                                    TypeTemplateGroupDefinition {
                                        comments: CommentGroup {
                                            comments: [],
                                        },
                                        less_than: 139,
                                        members: CommaSeparated {
                                            inner: [
                                                String(
                                                    140,
                                                ),
                                            ],
                                            commas: [],
                                        },
                                        greater_than: 146,
                                    },
                                ),
                            },
                        ),
                        Identifier(
                            TemplatedIdentifier {
                                name: Identifier {
                                    position: 148,
                                    value: "Bar",
                                },
                                templates: Some(
                                    TypeTemplateGroupDefinition {
                                        comments: CommentGroup {
                                            comments: [],
                                        },
                                        less_than: 151,
                                        members: CommaSeparated {
                                            inner: [
                                                NonNull(
                                                    152,
                                                ),
                                            ],
                                            commas: [],
                                        },
                                        greater_than: 159,
                                    },
                                ),
                            },
                        ),
                    ],
                ),
                semicolon: 160,
            },
        ),
        TypeAlias(
            TypeAliasDefinition {
                type: 162,
                name: TemplatedIdentifier {
                    name: Identifier {
                        position: 167,
                        value: "i",
                    },
                    templates: None,
                },
                equals: 169,
                data_type: Union(
                    [
                        Function {
                            outer_left_parenthesis: 171,
                            fn: 172,
                            left_parenthesis: 174,
                            parameter_type_definitions: CommaSeparated {
                                inner: [
                                    Union(
                                        [
                                            Identifier(
                                                TemplatedIdentifier {
                                                    name: Identifier {
                                                        position: 175,
                                                        value: "a",
                                                    },
                                                    templates: None,
                                                },
                                            ),
                                            Identifier(
                                                TemplatedIdentifier {
                                                    name: Identifier {
                                                        position: 177,
                                                        value: "b",
                                                    },
                                                    templates: None,
                                                },
                                            ),
                                        ],
                                    ),
                                ],
                                commas: [],
                            },
                            right_parenthesis: 178,
                            colon: 179,
                            return_type_definition: Identifier(
                                TemplatedIdentifier {
                                    name: Identifier {
                                        position: 181,
                                        value: "g",
                                    },
                                    templates: None,
                                },
                            ),
                            outer_right_parenthesis: 182,
                        },
                        Function {
                            outer_left_parenthesis: 184,
                            fn: 185,
                            left_parenthesis: 187,
                            parameter_type_definitions: CommaSeparated {
                                inner: [
                                    Union(
                                        [
                                            Identifier(
                                                TemplatedIdentifier {
                                                    name: Identifier {
                                                        position: 188,
                                                        value: "a",
                                                    },
                                                    templates: None,
                                                },
                                            ),
                                            Identifier(
                                                TemplatedIdentifier {
                                                    name: Identifier {
                                                        position: 190,
                                                        value: "b",
                                                    },
                                                    templates: None,
                                                },
                                            ),
                                        ],
                                    ),
                                ],
                                commas: [],
                            },
                            right_parenthesis: 191,
                            colon: 192,
                            return_type_definition: Identifier(
                                TemplatedIdentifier {
                                    name: Identifier {
                                        position: 194,
                                        value: "h",
                                    },
                                    templates: None,
                                },
                            ),
                            outer_right_parenthesis: 195,
                        },
                        Function {
                            outer_left_parenthesis: 197,
                            fn: 198,
                            left_parenthesis: 200,
                            parameter_type_definitions: CommaSeparated {
                                inner: [
                                    Union(
                                        [
                                            Identifier(
                                                TemplatedIdentifier {
                                                    name: Identifier {
                                                        position: 201,
                                                        value: "a",
                                                    },
                                                    templates: None,
                                                },
                                            ),
                                            Identifier(
                                                TemplatedIdentifier {
                                                    name: Identifier {
                                                        position: 203,
                                                        value: "b",
                                                    },
                                                    templates: None,
                                                },
                                            ),
                                        ],
                                    ),
                                ],
                                commas: [],
                            },
                            right_parenthesis: 204,
                            colon: 205,
                            return_type_definition: Union(
                                [
                                    Identifier(
                                        TemplatedIdentifier {
                                            name: Identifier {
                                                position: 207,
                                                value: "a",
                                            },
                                            templates: None,
                                        },
                                    ),
                                    Identifier(
                                        TemplatedIdentifier {
                                            name: Identifier {
                                                position: 209,
                                                value: "b",
                                            },
                                            templates: None,
                                        },
                                    ),
                                    Identifier(
                                        TemplatedIdentifier {
                                            name: Identifier {
                                                position: 211,
                                                value: "c",
                                            },
                                            templates: None,
                                        },
                                    ),
                                ],
                            ),
                            outer_right_parenthesis: 212,
                        },
                        Intersection(
                            [
                                Identifier(
                                    TemplatedIdentifier {
                                        name: Identifier {
                                            position: 215,
                                            value: "Foo",
                                        },
                                        templates: None,
                                    },
                                ),
                                Identifier(
                                    TemplatedIdentifier {
                                        name: Identifier {
                                            position: 219,
                                            value: "Bar",
                                        },
                                        templates: None,
                                    },
                                ),
                            ],
                        ),
                    ],
                ),
                semicolon: 223,
            },
        ),
        TypeAlias(
            TypeAliasDefinition {
                type: 225,
                name: TemplatedIdentifier {
                    name: Identifier {
                        position: 230,
                        value: "j",
                    },
                    templates: None,
                },
                equals: 232,
                data_type: Function {
                    outer_left_parenthesis: 234,
                    fn: 235,
                    left_parenthesis: 237,
                    parameter_type_definitions: CommaSeparated {
                        inner: [
                            Union(
                                [
                                    Identifier(
                                        TemplatedIdentifier {
                                            name: Identifier {
                                                position: 238,
                                                value: "a",
                                            },
                                            templates: None,
                                        },
                                    ),
                                    Identifier(
                                        TemplatedIdentifier {
                                            name: Identifier {
                                                position: 240,
                                                value: "b",
                                            },
                                            templates: None,
                                        },
                                    ),
                                ],
                            ),
                        ],
                        commas: [],
                    },
                    right_parenthesis: 241,
                    colon: 242,
                    return_type_definition: Identifier(
                        TemplatedIdentifier {
                            name: Identifier {
                                position: 244,
                                value: "i",
                            },
                            templates: None,
                        },
                    ),
                    outer_right_parenthesis: 245,
                },
                semicolon: 246,
            },
        ),
        TypeAlias(
            TypeAliasDefinition {
                type: 248,
                name: TemplatedIdentifier {
                    name: Identifier {
                        position: 253,
                        value: "k",
                    },
                    templates: None,
                },
                equals: 255,
                data_type: Dict(
                    257,
                    TypeTemplateGroupDefinition {
                        comments: CommentGroup {
                            comments: [],
                        },
                        less_than: 261,
                        members: CommaSeparated {
                            inner: [
                                Integer(
                                    262,
                                ),
                                Iterable(
                                    267,
                                    TypeTemplateGroupDefinition {
                                        comments: CommentGroup {
                                            comments: [],
                                        },
                                        less_than: 275,
                                        members: CommaSeparated {
                                            inner: [
                                                Integer(
                                                    276,
                                                ),
                                            ],
                                            commas: [],
                                        },
                                        greater_than: 279,
                                    },
                                ),
                            ],
                            commas: [
                                265,
                            ],
                        },
                        greater_than: 280,
                    },
                ),
                semicolon: 281,
            },
        ),
    ],
    eof: 283,
}