Created
November 16, 2018 15:22
-
-
Save Synthetica9/789848fa77b29a4ca96e4cb795ecf48d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| λ> Success e = parseNixText "rec {inherit a;}" | |
| λ> freeVars e | |
| fromList [] | |
| λ> Success e = parseNixText "{inherit a;}" | |
| λ> freeVars e | |
| fromList ["a"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment