Commit 52bc681
authored
untangeling datatypes (#1488)
* moved SequenceK to arrow-core-data
* moved SortedMap & SortedMapK to arrow-core-data
* splitted arrow-mtl into arrow-mtl-data and arrow-mtl-extensions
* created mtl modules and ui module
* moved EitherT, OptionT
* added Kleisli
* moved StateT, state
* moved Cokleisli & Coreader
* moved WriterT
* move Day to arrow-ui
* moved tests and ui datatypes
* Ain't no Coproducts... anymore
* cleanup ReadMe and merged last commit in master
* removed comment1 parent c0a00bc commit 52bc681
File tree
189 files changed
+551
-1346
lines changed- modules
- ank
- arrow-ank
- src/main/kotlin/arrow/ank
- aql/arrow-query-language
- src/main/kotlin/arrow/aql/extensions
- core
- arrow-core-data
- src
- main/kotlin/arrow
- core
- typeclasses
- test/kotlin/arrow
- core
- extensions
- arrow-core
- src/main/kotlin/arrow/core/extensions
- arrow-extras-data
- src
- main/kotlin/arrow/data
- test/kotlin/arrow/data
- arrow-extras-extensions
- src/main/kotlin/arrow/data/extensions
- arrow-generic
- src/test/kotlin/arrow/generic
- arrow-kindedj
- arrow-mtl/src/main/kotlin/arrow/mtl/extensions
- arrow-syntax
- arrow-test
- src/main/kotlin/arrow/test
- generators
- laws
- docs
- arrow-docs
- docs
- _data
- docs
- arrow
- core/either
- data
- coproduct
- day
- eithert
- kleisli
- moore
- optiont
- reader
- sequencek
- sortedmapk
- statet
- state
- store
- sum
- writert
- datatypes/intro
- generic
- coproduct
- product
- optics
- at
- getter
- lens
- setter
- traversal
- patterns/glossary
- quickstart/libraries
- arrow-examples
- src/test/kotlin/arrow
- effects
- arrow-effects-data
- arrow-effects-extensions
- src/main/kotlin/arrow/effects/extensions
- arrow-effects-io-extensions
- free
- arrow-free-data
- src/test/kotlin/arrow/free
- arrow-free-extensions
- meta/arrow-meta
- models
- src/main/java/arrow/generic
- mtl
- arrow-mtl-data
- src
- main/kotlin/arrow/mtl
- typeclasses
- test/kotlin/arrow/mtl
- arrow-mtl
- src/main/kotlin/arrow/mtl/extensions
- optics/arrow-optics
- src
- main/kotlin/arrow/optics
- extensions
- test/kotlin/arrow/optics
- instances
- recursion/arrow-recursion-data
- reflect/arrow-reflect
- streams/arrow-streams
- ui
- arrow-ui-data
- src
- main/kotlin/arrow/ui
- test/kotlin/arrow/ui
- arrow-ui
- src/main/kotlin/arrow/ui/extensions
- validation/arrow-validation
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
189 files changed
+551
-1346
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
75 | | - | |
| 74 | + | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
93 | | - | |
| 92 | + | |
94 | 93 | | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | 94 | | |
99 | 95 | | |
100 | 96 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
189 | | - | |
190 | 189 | | |
191 | 190 | | |
192 | 191 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
| 5 | + | |
7 | 6 | | |
8 | 7 | | |
9 | 8 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
13 | | - | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
| 11 | + | |
| 12 | + | |
13 | 13 | | |
14 | | - | |
15 | | - | |
16 | | - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | 16 | | |
18 | 17 | | |
19 | 18 | | |
| |||
55 | 54 | | |
56 | 55 | | |
57 | 56 | | |
58 | | - | |
59 | 57 | | |
60 | 58 | | |
61 | 59 | | |
| |||
Lines changed: 1 addition & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | 4 | | |
9 | 5 | | |
10 | 6 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
0 commit comments