Named functions with -d switch don't compile #151
Closed
Labels
Comments
Seems to be a problem with scoping, if o.prelude
base-indent = (input == /^([\s\t]+)/).0
t.input = """
#{base-indent}if window?
#{base-indent}then prelude.installPrelude window
#{base-indent}else (require 'prelude-ls').installPrelude global
\n""" + t.input |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Named functions don't compile when auto-importing prelude with the -d switch.
The text was updated successfully, but these errors were encountered: