Avoid the conflict on cl-annot's macro character @.
commitb5add9f6ada4d8f68368c6965c3ddd81c85dcfc6
authorKnut Olav Bøhmer <knutolav.bohmer@procondigital.no>
Mon, 27 Feb 2017 12:58:56 +0000 (27 13:58 +0100)
committerKnut Olav Bøhmer <knutolav.bohmer@procondigital.no>
Mon, 27 Feb 2017 12:58:56 +0000 (27 13:58 +0100)
treeb8c1f3bed68481d823fea165a71571b12925fba1
parent57dc8cb4acc4599aee757e8f81999a0fa83c7111
Avoid the conflict on cl-annot's macro character @.

Wrapping :@ keywords with || as cl-annot breakes the usage. This fix
should have no issues as:
(and
  (eq  :|@@| :@@)
  (eq  :|@>| :@>)
  (eq  :|@<| :@<)
  (eq  :|@| :@)) => t
s-sql/s-sql.lisp