From 9bd06fbe3ec76316efedd46027a8805f4dd6423d Mon Sep 17 00:00:00 2001 From: Sebastien Filion Date: Fri, 11 Dec 2020 08:31:37 -0500 Subject: [PATCH] Add word art to README --- .github/fl-word_art-io-reverse.svg | 32 ++++++++++++++++++++++++++++++ README.md | 5 +++-- library/Resource_test.js | 2 +- 3 files changed, 36 insertions(+), 3 deletions(-) create mode 100644 .github/fl-word_art-io-reverse.svg diff --git a/.github/fl-word_art-io-reverse.svg b/.github/fl-word_art-io-reverse.svg new file mode 100644 index 0000000..2cbca34 --- /dev/null +++ b/.github/fl-word_art-io-reverse.svg @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/README.md b/README.md index 6da464c..f1533f0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ -# Functional Deno IO +Functional IO -Deno IO methods as valid Task monads perfect to write great point-free software in JavaScript. +IO methods as valid Task monads perfect to write great point-free software in JavaScript that is compatible with most +modern browsers and Deno. [![deno land](http://img.shields.io/badge/available%20on-deno.land/x-lightgrey.svg?logo=deno&labelColor=black)](https://deno.land/x/functional_io@v1.0.0) [![deno version](https://img.shields.io/badge/deno-^1.5.4-lightgrey?logo=deno)](https://github.com/denoland/deno) diff --git a/library/Resource_test.js b/library/Resource_test.js index 4bc1b2e..2152262 100644 --- a/library/Resource_test.js +++ b/library/Resource_test.js @@ -70,7 +70,7 @@ Deno.test( } ); -/** +/* * Resource Semigroup algebra law "Left identity" is not respected because the rid can't be modified without using * bimap. */