Skip to content

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

Closed
@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

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions