elchemy
elchemy copied to clipboard
Allow self reference of variables in let..in even when not functions
let
x _ = x
in
Works
let
x = 0 |> andThen \a -> x
in
Doesn't