cotton icon indicating copy to clipboard operation
cotton copied to clipboard

Forbid side effects in top-level declarations

Open nanikamado opened this issue 2 years ago • 0 comments

This code should not be allowed.

a = "a".println

main : () -> () =
    | () => a

nanikamado avatar Feb 02 '23 02:02 nanikamado