moonbitlang / moonbit-docs

The docs of MoonBit programming language

Home Page:https://moonbitlang.com/docs/syntax

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vscode plugin invalid type (?)

duselguy opened this issue · comments

Ubuntu: 22.04.1
moon version: moon 0.1.0 (e1568eb 2023-09-19) moonc 526faad5e
Extension Version: v0.1.217
VSCode Version: 1.82.2

Slightly changed snippet from examples:
Screenshot at 2023-09-26 02-02-21
Why the type is Int not Bool ?

I think this issue has been fixed and it should display (Int, Int) -> Bool for now. Feel free to reopen if the issue still exists.