hnix-0.5.2: Haskell implementation of the Nix language

Safe HaskellNone
LanguageHaskell2010

Nix.TH

Documentation

class ToExpr a where Source #

Minimal complete definition

toExpr

Methods

toExpr :: a -> NExprLoc Source #

Instances
ToExpr Float Source # 
Instance details

Defined in Nix.TH

ToExpr Int Source # 
Instance details

Defined in Nix.TH

Methods

toExpr :: Int -> NExprLoc Source #

ToExpr Integer Source # 
Instance details

Defined in Nix.TH

ToExpr VarName Source # 
Instance details

Defined in Nix.TH

ToExpr NExprLoc Source # 
Instance details

Defined in Nix.TH