Skip to content

a &&b is not caught as tail call #50

@bobzhang

Description

@bobzhang

for example

let rec f b x = b && f b x 

and

let rec f b x = b || f b x 

should be compiled into a loop

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions