Commit Graph

307 Commits

Author SHA1 Message Date
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
Yamada Ryo
b98c2d2c3c
[fix] Adjust documentation. 2024-10-10 22:17:36 +09:00
Yamada Ryo
a09ef9c9a7
[fix] Update package metadata. 2024-10-10 21:41:19 +09:00
Yamada Ryo
84818dfa86
Update license-related info. 2024-10-10 20:19:58 +09:00
Yamada Ryo
c718646cce
[add] ChangeLog.md for v0.4. 2024-10-10 19:29:22 +09:00
Yamada Ryo
7e837afcc3
Rename the module from Control.Effect.Interpreter.Heftia.* to Control.Monad.Hefty.*. 2024-10-10 08:29:13 +09:00
Yamada Ryo
ab78b12101
[add] support for GHC 9.4.1. 2024-10-10 08:25:30 +09:00
Yamada Ryo
6ba7baf68d
[add] dependency version bounds. 2024-10-10 04:08:56 +09:00
Yamada Ryo
d3f56931b8
[add] performance comparison table from mtl. 2024-10-10 03:22:45 +09:00
Yamada Ryo
e5c7410081
Update README.md for v0.4.0. 2024-10-10 03:05:53 +09:00
Yamada Ryo
ba1a415ee6
[remove] support for higher-order effects that are not HFunctor. 2024-10-09 23:13:03 +09:00
Yamada Ryo
f07f850856
[add] top-level documentation. 2024-10-09 22:46:25 +09:00
Yamada Ryo
06eb380d0b
[add] Sum notation of effect sets. 2024-10-04 07:35:26 +09:00
Yamada Ryo
46163053f8
[add] inj0(H), injN(H), sendN(H). 2024-10-04 06:31:12 +09:00
Yamada Ryo
7d9444d224
[add] benchmarks for other library cases. 2024-10-03 17:15:36 +09:00
Yamada Ryo
4c10891814
[fix] the mistake in the test case description. 2024-10-03 16:27:22 +09:00
Yamada Ryo
57293c84bb
[add] test for coroutine, NonDet, and writer. 2024-10-03 16:21:11 +09:00
Yamada Ryo
13942d4433
[add] test for semantics. 2024-10-03 15:59:28 +09:00
Yamada Ryo
ee08d6342b
[add] benchmarks. 2024-10-03 12:42:59 +09:00
Yamada Ryo
1a10842e34
[fix] for data-effects v0.2. 2024-10-03 09:40:50 +09:00
Yamada Ryo
3038caa017
[add] all examples. 2024-10-03 09:12:06 +09:00
Yamada Ryo
755f8b3d60
[fix] SIGSEGV bug in 'transform' and unsound type signature in 'decomp'.
[add] SemanticsZoo and Continuation2 examples.
2024-10-03 08:46:16 +09:00
Yamada Ryo
6fa1bc2637
Merge branch 'feature/no-hfunctor' into feature/core-v3 2024-10-03 08:00:14 +09:00
Yamada Ryo
ca236c13d8
[add] standard effects interpreters. 2024-10-03 07:57:12 +09:00
Yamada Ryo
24fdd5e39a
[WIP] standard effects interpreters. 2024-10-03 06:33:23 +09:00