;;;; flatbind.asd (asdf:defsystem #:flatbind :description "Syntactic sugar cribbing style from haskell's do syntax." :author "Colin " :license "Unlicense" :version "0.0.1" :serial t :depends-on (#:argot #:alexandria #:testiere) :components ((:file "flatbind")))