Skip to content

Commit 9bd06fb

Browse files
Add word art to README
1 parent 766716d commit 9bd06fb

File tree

3 files changed

+36
-3
lines changed

3 files changed

+36
-3
lines changed

.github/fl-word_art-io-reverse.svg

Lines changed: 32 additions & 0 deletions
Loading

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
# Functional Deno IO
1+
<img src=".github/fl-word_art-io-reverse.svg" alt="Functional IO" width="450" />
22

3-
Deno IO methods as valid Task monads perfect to write great point-free software in JavaScript.
3+
IO methods as valid Task monads perfect to write great point-free software in JavaScript that is compatible with most
4+
modern browsers and Deno.
45

56
[![deno land](http://img.shields.io/badge/available%20on-deno.land/x-lightgrey.svg?logo=deno&labelColor=black)](https://deno.land/x/[email protected])
67
[![deno version](https://img.shields.io/badge/deno-^1.5.4-lightgrey?logo=deno)](https://github.com/denoland/deno)

library/Resource_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Deno.test(
7070
}
7171
);
7272

73-
/**
73+
/*
7474
* Resource Semigroup algebra law "Left identity" is not respected because the rid can't be modified without using
7575
* bimap.
7676
*/

0 commit comments

Comments
 (0)