Skip to content

Bug: garbage collector will erase floating values #1

Open
@VictorTaelin

Description

Example:

(Hold a b) = (λx(b) a)
(Copy v f) = (f v v)
Main       = (Hold (Copy 5 λ$aλ$b(0)) $a)

On HVM1, it outputs <era>. The correct answer (as printed on Bend) is 5.

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions