Olli Saarikivi
Results
2
issues of
Olli Saarikivi
Hi! The following program produces an internal compiler error: ``` effect eff ctl a() : bool fun g(s : sslice, limit : int = s.count) : eff () () fun...
I'm processing a recent English Wikipedia dump and getting `assign to undeclared variable` errors from modules that don't have a `require ('strict');` in them. Here's stripped down code to replicate...