Fix warnings reporting and stdlib warnings #858

Merged
ghallak merged 10 commits from ghallak/fix-stdlib-warnings into master 2022-06-14 17:22:32 +09:00
Showing only changes of commit 9700bd9efe - Show all commits

View File

@ -1,5 +1,3 @@
include "List.aes"
namespace Option =
function is_none(o : option('a)) : bool = switch(o)