hnix-0.13.1: Haskell implementation of the Nix language
Safe HaskellNone
LanguageHaskell2010

Nix.TH

Documentation

class ToExpr a where Source #

Methods

toExpr :: a -> NExprLoc Source #

Instances

Instances details
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