Skip to content

Support main entry block in source files #31

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions