Skip to content

explicit type annotation ignored #188

@nyuichi

Description

@nyuichi

The Satysfi language allows explicit type annotation at let binding with no function arguments like the following:

let foo : int = `hello` in ...

However, currently, it seems that the type annotation is simply ignored during type checking.
Thus the above code, which is clearly incorrect, passes type checking.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions