diff options
Diffstat (limited to 'flatbind.asd')
-rw-r--r-- | flatbind.asd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/flatbind.asd b/flatbind.asd index 9c0dac0..1e804cf 100644 --- a/flatbind.asd +++ b/flatbind.asd @@ -1,7 +1,7 @@ ;;;; flatbind.asd (asdf:defsystem #:flatbind - :description "Syntactic sugar cribbing style from haskell's do syntax." + :description "Sugary syntax for flattening programs a little." :author "Colin <colin@cicadas.surf>" :license "Unlicense" :version "0.0.1" |