Skip to content

Split function application #14

@tjobi

Description

@tjobi

The program below will crash in the RC insertion. It is one of the assumptions that we have yet to satisfy, oopsie


fun myfun x = 
    if x > 0 then
    fun y -> y + x + 1
    else 
    fun y -> x - 1 - y

fun entry p = 
    (1337, myfun 42 66)

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