yesod-auth-ldap-0.0.1: include/qq.h
-- CPP macro which choses which quasyquotes syntax to use depending -- on GHC version. -- -- QQ stands for quasyquote. #if GHC7 # define QQ(x) x #else # define QQ(x) $x #endif
-- CPP macro which choses which quasyquotes syntax to use depending -- on GHC version. -- -- QQ stands for quasyquote. #if GHC7 # define QQ(x) x #else # define QQ(x) $x #endif