You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.