Remove unused include from Option.aes

This commit is contained in:
Gaith Hallak 2022-01-30 18:49:14 +04:00
parent e6e6df9d21
commit 9700bd9efe

View File

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