cympfh / cumin

Mini-Programmable Configuration Language

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bug: Type unification in `==`

cympfh opened this issue · comments

let x: Int = 1;

[x] == [1]

is false now.