Rlang-QQ-0.1.1.0: quasiquoter for inline-R code

Safe HaskellNone

RlangQQ.NatQQ

Synopsis

Documentation

n :: QuasiQuoterSource

HList uses it's own nat, distinct from Nat, for various reasons.

Specifying those HNat can be done like:

 [n| 5 |]

which is shorter than the equivalent

 hSucc $ hSucc $ hSucc $ hSucc $ hSucc hZero