Skip to content

Commit

Permalink
Add word art to README
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienfilion committed Dec 11, 2020
1 parent 766716d commit 9bd06fb
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 3 deletions.
32 changes: 32 additions & 0 deletions .github/fl-word_art-io-reverse.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Functional Deno IO
<img src=".github/fl-word_art-io-reverse.svg" alt="Functional IO" width="450" />

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/[email protected])
[![deno version](https://img.shields.io/badge/deno-^1.5.4-lightgrey?logo=deno)](https://github.com/denoland/deno)
Expand Down
2 changes: 1 addition & 1 deletion library/Resource_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down

0 comments on commit 9bd06fb

Please sign in to comment.