| Safe Haskell | Safe |
|---|---|
| Language | Haskell2010 |
System.Command.QQ.Embed
Description
Haskell values embedding
Documentation
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
Minimal complete definition
Nothing
Instances
| Embed Char Source # |
|
| Embed Double Source # | |
| Embed Float Source # | |
| Embed Int Source # | |
| Embed Int8 Source # | |
| Embed Int16 Source # | |
| Embed Int32 Source # | |
| Embed Int64 Source # | |
| Embed Integer Source # | |
| Embed Word Source # | |
| Embed Word8 Source # | |
| Embed Word16 Source # | |
| Embed Word32 Source # | |
| Embed Word64 Source # | |
| Embed CChar Source # | |
| Embed CSChar Source # | |
| Embed CUChar Source # | |
| Embed CShort Source # | |
| Embed CUShort Source # | |
| Embed CInt Source # | |
| Embed CUInt Source # | |
| Embed CLong Source # | |
| Embed CULong Source # | |
| Embed CLLong Source # | |
| Embed CULLong Source # | |
| Embed CFloat Source # | |
| Embed CDouble Source # | |
| Embed CSize Source # | |
| Embed String Source # |
|
| Embed Text Source # |
|
| Embed Text Source # |
|
| a ~ Integer => Embed (Ratio a) Source # |
|