Commit dfd2ef9 1 parent fabf082 commit dfd2ef9 Copy full SHA for dfd2ef9
File tree 11 files changed +11
-11
lines changed
arrow-libs/core/arrow-docs/docs/arrow/typeclasses
11 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -55,4 +55,4 @@ TypeClass(Align::class).dtMarkdownList()
55
55
ank_macro_hierarchy(arrow.typeclasses.Align)
56
56
57
57
[ functor_source ] : https://github.com/arrow-kt/arrow-core/blob/master/arrow-core-data/src/main/kotlin/arrow/typeclasses/Align.kt
58
- [ functor_laws_source ] : https://github.com/arrow-kt/arrow-core/blob/master/arrow-core-test/src/main/kotlin/arrow/test/laws/AlignLaws.kt
58
+ [ functor_laws_source ] : https://github.com/arrow-kt/arrow-core/blob/master/arrow-core-test/src/main/kotlin/arrow/core/ test/laws/AlignLaws.kt
Original file line number Diff line number Diff line change @@ -155,4 +155,4 @@ since they are all subtypes of `Applicative`.
155
155
ank_macro_hierarchy(arrow.typeclasses.Applicative)
156
156
157
157
[ applicative_source ] : https://github.com/arrow-kt/arrow-core/blob/master/arrow-core-data/src/main/kotlin/arrow/typeclasses/Applicative.kt
158
- [ applicative_law_source ] : https://github.com/arrow-kt/arrow-core/blob/master/arrow-core-test/src/main/kotlin/arrow/test/laws/ApplicativeLaws.kt
158
+ [ applicative_law_source ] : https://github.com/arrow-kt/arrow-core/blob/master/arrow-core-test/src/main/kotlin/arrow/core/ test/laws/ApplicativeLaws.kt
Original file line number Diff line number Diff line change @@ -71,4 +71,4 @@ TypeClass(Bicrosswalk::class).dtMarkdownList()
71
71
ank_macro_hierarchy(arrow.typeclasses.Bicrosswalk)
72
72
73
73
[ functor_source ] : https://github.com/arrow-kt/arrow-core/blob/master/arrow-core-data/src/main/kotlin/arrow/typeclasses/Bicrosswalk.kt
74
- [ functor_laws_source ] : https://github.com/arrow-kt/arrow-core/blob/master/arrow-core-test/src/main/kotlin/arrow/test/laws/BicrosswalkLaws.kt
74
+ [ functor_laws_source ] : https://github.com/arrow-kt/arrow-core/blob/master/arrow-core-test/src/main/kotlin/arrow/core/ test/laws/BicrosswalkLaws.kt
Original file line number Diff line number Diff line change @@ -76,4 +76,4 @@ TypeClass(Bifunctor::class).dtMarkdownList()
76
76
ank_macro_hierarchy(arrow.typeclasses.Bifunctor)
77
77
78
78
[ bifunctor_source ] : https://github.com/arrow-kt/arrow-core/blob/master/arrow-core-data/src/main/kotlin/arrow/typeclasses/Bifunctor.kt
79
- [ bifunctor_laws_source ] : https://github.com/arrow-kt/arrow-core/blob/master/arrow-core-test/src/main/kotlin/arrow/test/laws/BifunctorLaws.kt
79
+ [ bifunctor_laws_source ] : https://github.com/arrow-kt/arrow-core/blob/master/arrow-core-test/src/main/kotlin/arrow/core/ test/laws/BifunctorLaws.kt
Original file line number Diff line number Diff line change @@ -135,4 +135,4 @@ import arrow.typeclasses.Hash
135
135
TypeClass(Hash::class).hierarchyGraph()
136
136
```
137
137
138
- [ hash_laws_source ] : https://github.com/arrow-kt/arrow-core/blob/master/arrow-core-test/src/main/kotlin/arrow/test/laws/HashLaws.kt
138
+ [ hash_laws_source ] : https://github.com/arrow-kt/arrow-core/blob/master/arrow-core-test/src/main/kotlin/arrow/core/ test/laws/HashLaws.kt
Original file line number Diff line number Diff line change @@ -93,4 +93,4 @@ TypeClass(Profunctor::class).dtMarkdownList()
93
93
ank_macro_hierarchy(arrow.typeclasses.Profunctor)
94
94
95
95
[ profunctor_source ] : https://github.com/arrow-kt/arrow-core/blob/master/arrow-core-data/src/main/kotlin/arrow/typeclasses/Profunctor.kt
96
- [ profunctor_laws_source ] : https://github.com/arrow-kt/arrow-core/blob/master/arrow-core-test/src/main/kotlin/arrow/test/laws/ProfunctorLaws.kt
96
+ [ profunctor_laws_source ] : https://github.com/arrow-kt/arrow-core/blob/master/arrow-core-test/src/main/kotlin/arrow/core/ test/laws/ProfunctorLaws.kt
Original file line number Diff line number Diff line change @@ -57,4 +57,4 @@ TypeClass(Repeat::class).dtMarkdownList()
57
57
ank_macro_hierarchy(arrow.typeclasses.Repeat)
58
58
59
59
[ functor_source ] : https://github.com/arrow-kt/arrow-core/blob/master/arrow-core-data/src/main/kotlin/arrow/typeclasses/Repeat.kt
60
- [ functor_laws_source ] : https://github.com/arrow-kt/arrow-core/blob/master/arrow-core-test/src/main/kotlin/arrow/test/laws/RepeatLaws.kt
60
+ [ functor_laws_source ] : https://github.com/arrow-kt/arrow-core/blob/master/arrow-core-test/src/main/kotlin/arrow/core/ test/laws/RepeatLaws.kt
Original file line number Diff line number Diff line change @@ -91,4 +91,4 @@ import arrow.typeclasses.Selective
91
91
TypeClass(Selective::class).hierarchyGraph()
92
92
```
93
93
94
- [ selective_law_source ] : https://github.com/arrow-kt/arrow-core/blob/master/arrow-core-test/src/main/kotlin/arrow/test/laws/SelectiveLaws.kt
94
+ [ selective_law_source ] : https://github.com/arrow-kt/arrow-core/blob/master/arrow-core-test/src/main/kotlin/arrow/core/ test/laws/SelectiveLaws.kt
Original file line number Diff line number Diff line change @@ -76,4 +76,4 @@ TypeClass(Semialign::class).dtMarkdownList()
76
76
ank_macro_hierarchy(arrow.typeclasses.Semialign)
77
77
78
78
[ functor_source ] : https://github.com/arrow-kt/arrow-core/blob/master/arrow-core-data/src/main/kotlin/arrow/typeclasses/Semialign.kt
79
- [ functor_laws_source ] : https://github.com/arrow-kt/arrow-core/blob/master/arrow-core-test/src/main/kotlin/arrow/test/laws/SemialignLaws.kt
79
+ [ functor_laws_source ] : https://github.com/arrow-kt/arrow-core/blob/master/arrow-core-test/src/main/kotlin/arrow/core/ test/laws/SemialignLaws.kt
Original file line number Diff line number Diff line change @@ -70,4 +70,4 @@ TypeClass(Unalign::class).dtMarkdownList()
70
70
ank_macro_hierarchy(arrow.typeclasses.Unalign)
71
71
72
72
[ functor_source ] : https://github.com/arrow-kt/arrow-core/blob/master/arrow-core-data/src/main/kotlin/arrow/typeclasses/Unalign.kt
73
- [ functor_laws_source ] : https://github.com/arrow-kt/arrow-core/blob/master/arrow-core-test/src/main/kotlin/arrow/test/laws/UnalignLaws.kt
73
+ [ functor_laws_source ] : https://github.com/arrow-kt/arrow-core/blob/master/arrow-core-test/src/main/kotlin/arrow/core/ test/laws/UnalignLaws.kt
Original file line number Diff line number Diff line change @@ -75,4 +75,4 @@ TypeClass(Zip::class).dtMarkdownList()
75
75
ank_macro_hierarchy(arrow.typeclasses.Zip)
76
76
77
77
[ functor_source ] : https://github.com/arrow-kt/arrow-core/blob/master/arrow-core-data/src/main/kotlin/arrow/typeclasses/Zip.kt
78
- [ functor_laws_source ] : https://github.com/arrow-kt/arrow-core/blob/master/arrow-core-test/src/main/kotlin/arrow/test/laws/ZipLaws.kt
78
+ [ functor_laws_source ] : https://github.com/arrow-kt/arrow-core/blob/master/arrow-core-test/src/main/kotlin/arrow/core/ test/laws/ZipLaws.kt
You can’t perform that action at this time.
0 commit comments