command-qq-0.2.0.0: Quasiquoters for external commands

Safe HaskellSafe-Inferred

System.Command.QQ.Embed

Description

Haskell values embedding

Synopsis

Documentation

class Embed a whereSource

Embed haskell values into external commands

I recommend using -XExtendedDefaultRules for modules where you want to embed values, it would save for annoying type annotations for numeric literals

 embed . embed = embed

Methods

embed :: a -> StringSource