cympfh / cumin

Mini-Programmable Configuration Language

Home Page:https://cympfh.cc/cumin/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bug: false negative type checking about `Option`

cympfh opened this issue · comments

The following must occur an error.

let x: Option<Nat> = Some(-1);
x