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

Safe HaskellNone
LanguageHaskell2010

RlangQQ.NatQQ

Synopsis

Documentation

n :: QuasiQuoter Source

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