Commit Graph

331 Commits

Author SHA1 Message Date
Yamada Ryo
9087c47fdf
[add] composable streaming pipe. 2024-10-27 12:10:08 +09:00
Yamada Ryo
53b5a5b1fb
[WIP] composable streaming pipe using higher-order parallel effects and GADTs. 2024-10-26 23:06:12 +09:00
Yamada Ryo
5fa7ac28a4
[WIP] composable streaming pipe using first-order async effects (though this idea might not be good...) 2024-10-22 11:12:52 +09:00
Yamada Ryo
81f628a701
[add] Stackage badge. 2024-10-21 19:28:14 +09:00
Ryo
3cee8cef12
Merge pull request #16 from tomjaguarpaw/patch-1
Add Bluefin to comparison
2024-10-20 07:54:51 +09:00
tomjaguarpaw
35736f310a
Add Bluefin to comparison 2024-10-19 12:23:09 +01:00
Yamada Ryo
b07a1a54b6
[add] the Reader benchmark. 2024-10-18 14:36:38 +09:00
Ryo
f96c21c264
[add] workflow status badge in README.md. 2024-10-18 13:20:19 +09:00
Ryo
c03f36a38b
[fix] workflow. 2024-10-18 13:14:05 +09:00
Ryo
0b59ef0d66
[add] workflow. 2024-10-18 13:11:13 +09:00
Yamada Ryo
2b0bb2495d
[add] supplement on purity in README.md. 2024-10-18 01:58:06 +09:00
Yamada Ryo
dfc35549e6
Update comparison in README.md. 2024-10-17 21:22:40 +09:00
Yamada Ryo
8c00705e08
[fix] Adjust markup in README.md. 2024-10-17 19:38:20 +09:00
Yamada Ryo
86ae2cc0d8
[add] about interop for effectful in README.md. 2024-10-17 19:29:03 +09:00
Yamada Ryo
ddde1044d4
[fix] Generalize runUnliftIO to use any monad that is an instance of MonadUnliftIO. 2024-10-17 15:51:37 +09:00
Yamada Ryo
7e5fb2fdde
Adjust expression in the motivation section. 2024-10-17 15:24:50 +09:00
Yamada Ryo
e413052c29
Adjust the motivation explanation in README.md. 2024-10-16 18:26:58 +09:00
Yamada Ryo
85387ccd65
[add] motivation explanation in README.md 2024-10-16 17:55:20 +09:00
Yamada Ryo
88d0f91a67
[add] interpreters for co-log. 2024-10-16 16:38:06 +09:00
Yamada Ryo
644c0ec2a0
Move the definition of parallelism effects to data-effects. 2024-10-16 15:53:49 +09:00
Yamada Ryo
18d8fea50b
[fix] Changed to use the Parallel effect in the form of 'liftA2' instead of '<*>', as it might be slightly faster (?) 2024-10-16 15:08:26 +09:00
Yamada Ryo
99aa48ff7a
[fix] links in README.md. 2024-10-15 18:45:03 +09:00
Yamada Ryo
fd42cd53c4
Update future plans. 2024-10-15 18:28:22 +09:00
Yamada Ryo
efbc5477a7
[fix] Adjust ChangeLog.md. 2024-10-15 18:00:44 +09:00
Yamada Ryo
b423085e02
[add] execution result in the Stream example. 2024-10-15 17:54:51 +09:00
Yamada Ryo
307948895d
[add] Concurrent/Parallel and Streaming effects. 2024-10-15 17:50:46 +09:00
Yamada Ryo
7f3a87f47a
Merge branch 'release/0.4.0.1' into develop 2024-10-15 13:54:49 +09:00
Yamada Ryo
a884aaa05d
[fix] Correct the Haddock markup in a code example. 2024-10-15 13:40:05 +09:00
Yamada Ryo
3387e3a2e5
Merge branch 'hotfix/stack-build' into develop 2024-10-14 11:46:33 +09:00
Yamada Ryo
08e9396be8
[fix] Removed '-fplugin GHC.TypeLits.KnownNat.Solver' from the .cabal because it could not be built with Stack (#15). 2024-10-14 11:05:59 +09:00
Yamada Ryo
e7f1e4d042
[add] downsides section in README.md. 2024-10-12 04:05:12 +09:00
Yamada Ryo
20e9c18704
Update future plans. 2024-10-12 03:01:11 +09:00
Yamada Ryo
4352f8c672
[add] note on library comparison in README.md. 2024-10-12 02:31:01 +09:00
Yamada Ryo
8392702136
[fix] Remove duplicated 'Getting Started' in README.md. 2024-10-12 02:09:25 +09:00
Yamada Ryo
55376a6bfa
[add] a coroutine example in the UnliftIO example. 2024-10-12 01:58:19 +09:00
Yamada Ryo
413e2b466c
[fix] indentation in README.md. 2024-10-12 01:40:22 +09:00
Yamada Ryo
9beec0259f
[fix] Remove "for Haskell" from the subtitle. 2024-10-12 01:31:55 +09:00
Yamada Ryo
0b7ec69d7e
[add] a link for UnliftIO code example in README.md. 2024-10-12 01:27:36 +09:00
Yamada Ryo
e1c1ab72ba
[add] key features section in README.md. 2024-10-12 01:19:29 +09:00
Yamada Ryo
e06aa3cbec
Reexport 'Data.Effect.*' from the interpreters module 'Control.Monad.Hefty.*'. 2024-10-12 01:05:42 +09:00
Yamada Ryo
7dcb2dd999
[fix] outdated renamed function name in README.md. 2024-10-11 23:26:21 +09:00
Yamada Ryo
873ecfa1ec
[fix} haddock error. 2024-10-11 13:50:58 +09:00
Yamada Ryo
13f30a468d
[fix] broken link in README.md. 2024-10-11 12:03:03 +09:00
Yamada Ryo
6fd996910b
[fix] Minor markdown adjustments in README.md. 2024-10-11 11:25:36 +09:00
Yamada Ryo
0de2ca1d1d
[fix] links in README.md. 2024-10-11 10:48:18 +09:00
Yamada Ryo
0cff92ee91
[add] benchmark environment information. 2024-10-11 05:08:51 +09:00
Yamada Ryo
84e2b6a96d
[fix] incorrect type signatures in documentation. 2024-10-11 04:22:17 +09:00
Yamada Ryo
8816f1c33e
[fix] outdated dependencies version bounds 2024-10-11 02:42:59 +09:00
Yamada Ryo
f58dd05be0
[add] UnliftIO example. 2024-10-11 00:41:50 +09:00
Yamada Ryo
3203935a1f
[fix] markdown errors in README.md. 2024-10-10 23:00:34 +09:00