Popularity
5.8
Stable
Activity
1.8
Stable
13
3
3
Monthly Downloads: 11
Programming language: Haskell
License: MIT License
Tags:
Unclassified
Latest version: v0.1.0.1
qq-literals alternatives and similar packages
Based on the "Unclassified" category.
Alternatively, view qq-literals alternatives based on common mentions on social networks and blogs.
-
bit-stream
Lazy infinite compact streams with cache-friendly O(1) indexing and applications for memoization -
dependent-sum-template
DISCONTINUED. Template Haskell code to generate instances of classes in dependent-sum package -
argon2
Haskell bindings to libargon2 - the reference implementation of the Argon2 password-hashing function
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
Promo
coderabbit.ai
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of qq-literals or a related project?
README
qq-literals
qq-literals is a tiny Haskell library which gives you a way of easily
constructing QuasiQuoters for literals of any type a
for which you can
provide a parsing function String -> Either String a
.
See also: