Skip to content

Support main entry block in source files #31

@rpip

Description

@rpip

This will allow for explicit declaration of the execution path starting from the main block.

let factorial = fn n ->
    if n < 2
    then 1
    else n * factorial (n - 1);

factorial 10

let main = factorial

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions