language-nix-2: Data types and useful functions to represent and manipulate the Nix language.
Language.Nix.Binding
Synopsis
data Binding Source
A Binding represents an identifier that refers to some other Path.
Binding
Path
Instances
binding :: Iso' Binding (Identifier, Path) Source
localName :: Lens' Binding Identifier Source
reference :: Lens' Binding Path Source