Skip to content

Instantly share code, notes, and snippets.

@Synthetica9
Created November 16, 2018 15:22
Show Gist options
  • Select an option

  • Save Synthetica9/789848fa77b29a4ca96e4cb795ecf48d to your computer and use it in GitHub Desktop.

Select an option

Save Synthetica9/789848fa77b29a4ca96e4cb795ecf48d to your computer and use it in GitHub Desktop.
λ> 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