Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SimonRichardson/wishful
/ functions
Functions
611 in github.com/SimonRichardson/wishful
⨍
Functions
611
◇
Types & classes
77
Method
Of
(v Any)
useful/either.go:82
Method
Of
(x Any)
useful/either.go:143
Method
Of
(v Any)
useful/sum.go:17
Method
Of
(x Any)
useful/sum.go:55
Method
Of
(v Any)
useful/option.go:36
Method
Of
(v Any)
useful/option.go:40
Method
Of
(x Any)
useful/option.go:129
Method
Of
(v Any)
useful/product.go:26
Method
Of
(x Any)
useful/product.go:64
Method
Of
(x Any)
useful/writer.go:19
Method
Of
(x Any)
useful/writer.go:83
Method
OrElse
(y Option)
useful/option.go:105
Method
OrElse
(y Option)
useful/option.go:109
Method
Put
(v Any)
useful/statet.go:81
Method
Ref
()
useful/endo.go:52
Method
Ref
()
useful/writert.go:71
Method
Ref
()
useful/idt.go:67
Method
Ref
()
useful/eithert.go:108
Method
Ref
()
useful/readert.go:71
Method
Ref
()
useful/statet.go:127
Method
Ref
()
useful/id.go:61
Method
Ref
()
useful/free.go:98
Method
Ref
()
useful/reader.go:54
Method
Ref
()
useful/promise.go:76
Method
Ref
()
useful/state.go:96
Method
Ref
()
useful/either.go:139
Method
Ref
()
useful/sum.go:51
Method
Ref
()
useful/option.go:125
Method
Ref
()
useful/product.go:60
Method
Ref
()
useful/cofree.go:70
Method
Ref
()
useful/writer.go:79
Method
RightIdentity
(run Morphism)
wishful/monoid.go:29
Method
Run
()
helpful/liftfunc.go:28
Method
Run
()
useful/free.go:39
Method
Run
()
useful/free.go:71
Method
Sequence
(Point)
useful/either.go:14
Method
Sequence
(p Point)
useful/either.go:62
Method
Sequence
(p Point)
useful/either.go:117
Method
Set
(x Any, y Any)
useful/lens.go:31
Method
Slice
()
useful/tuples.go:40
Method
Slice
()
useful/tuples.go:68
Method
Swap
()
useful/eithert.go:76
Method
Swap
()
useful/either.go:50
Method
Swap
()
useful/either.go:109
Method
Tell
(x Any)
useful/writert.go:48
Method
Tell
(x Any)
useful/writer.go:58
Function
TestApply
A combinator
wishful/combinators_test.go:9
Function
TestCompose
B combinator
wishful/combinators_test.go:22
Function
TestConstant
K combinator
wishful/combinators_test.go:35
Function
TestConstantNoArg
(t *testing.T)
wishful/combinators_test.go:46
Function
TestIdentity
I combinator
wishful/combinators_test.go:59
Function
TestThrush
T combinator
wishful/combinators_test.go:72
Function
Test_Async
Manual tests
helpful/async_test.go:17
Function
Test_Cofree_FunctorLaws_Composition
(t *testing.T)
useful/cofree_test.go:21
Function
Test_Cofree_FunctorLaws_Identity
Functor Laws
useful/cofree_test.go:12
Function
Test_EitherT_ApplicativeLaws_Composition
(t *testing.T)
useful/eithert_test.go:23
Function
Test_EitherT_ApplicativeLaws_Homomorphism
(t *testing.T)
useful/eithert_test.go:30
Function
Test_EitherT_ApplicativeLaws_Identity
Applicative Laws
useful/eithert_test.go:16
Function
Test_EitherT_ApplicativeLaws_Interchange
(t *testing.T)
useful/eithert_test.go:37
Function
Test_EitherT_FunctorLaws_Composition
(t *testing.T)
useful/eithert_test.go:55
Function
Test_EitherT_FunctorLaws_Identity
Functor Laws
useful/eithert_test.go:46
Function
Test_EitherT_MonadLaws_Associativity
(t *testing.T)
useful/eithert_test.go:80
Function
Test_EitherT_MonadLaws_LeftIdentity
Monad Laws
useful/eithert_test.go:66
Function
Test_EitherT_MonadLaws_RightIdentity
(t *testing.T)
useful/eithert_test.go:73
Function
Test_Either_Left_Ap
(t *testing.T)
useful/either_test.go:36
Function
Test_Either_Left_ApplicativeLaws_Composition
(t *testing.T)
useful/either_test.go:149
Function
Test_Either_Left_ApplicativeLaws_Homomorphism
(t *testing.T)
useful/either_test.go:156
Function
Test_Either_Left_ApplicativeLaws_Identity
Applicative Laws left
useful/either_test.go:142
Function
Test_Either_Left_ApplicativeLaws_Interchange
(t *testing.T)
useful/either_test.go:163
Function
Test_Either_Left_Bimap
(t *testing.T)
useful/either_test.go:110
Function
Test_Either_Left_Chain
(t *testing.T)
useful/either_test.go:48
Function
Test_Either_Left_Concat
(t *testing.T)
useful/either_test.go:74
Function
Test_Either_Left_FunctorLaws_Composition
(t *testing.T)
useful/either_test.go:213
Function
Test_Either_Left_FunctorLaws_Identity
Functor Laws left
useful/either_test.go:204
Function
Test_Either_Left_Map
(t *testing.T)
useful/either_test.go:62
Function
Test_Either_Left_MonadLaws_Associativity
(t *testing.T)
useful/either_test.go:260
Function
Test_Either_Left_MonadLaws_LeftIdentity
Monad Laws left
useful/either_test.go:246
Function
Test_Either_Left_MonadLaws_RightIdentity
(t *testing.T)
useful/either_test.go:253
Function
Test_Either_Left_New
Manual tests
useful/either_test.go:12
Function
Test_Either_Left_Of
(t *testing.T)
useful/either_test.go:24
Function
Test_Either_Left_SemigroupLaws_Associativity
Semigroup Laws left
useful/either_test.go:294
Function
Test_Either_Left_Swap
(t *testing.T)
useful/either_test.go:86
Function
Test_Either_Right_ApplicativeLaws_Composition
(t *testing.T)
useful/either_test.go:179
Function
Test_Either_Right_ApplicativeLaws_Homomorphism
(t *testing.T)
useful/either_test.go:186
Function
Test_Either_Right_ApplicativeLaws_Identity
right
useful/either_test.go:172
Function
Test_Either_Right_ApplicativeLaws_Interchange
(t *testing.T)
useful/either_test.go:193
Function
Test_Either_Right_Bimap
(t *testing.T)
useful/either_test.go:124
Function
Test_Either_Right_FunctorLaws_Composition
(t *testing.T)
useful/either_test.go:233
Function
Test_Either_Right_FunctorLaws_Identity
right
useful/either_test.go:224
Function
Test_Either_Right_MonadLaws_Associativity
(t *testing.T)
useful/either_test.go:283
Function
Test_Either_Right_MonadLaws_LeftIdentity
right
useful/either_test.go:269
Function
Test_Either_Right_MonadLaws_RightIdentity
(t *testing.T)
useful/either_test.go:276
Function
Test_Either_Right_SemigroupLaws_Associativity
right
useful/either_test.go:303
Function
Test_Either_Right_Swap
(t *testing.T)
useful/either_test.go:98
Function
Test_Endo_Endo
Manual
useful/endo_test.go:16
Function
Test_Endo_FunctorLaws_Composition
(t *testing.T)
useful/endo_test.go:39
Function
Test_Endo_FunctorLaws_Identity
Functor Laws
useful/endo_test.go:30
Function
Test_Endo_MonoidLaws_Associativity
(t *testing.T)
useful/endo_test.go:64
Function
Test_Endo_MonoidLaws_LeftIdentity
Monoid Laws
useful/endo_test.go:50
Function
Test_Endo_MonoidLaws_RightIdentity
(t *testing.T)
useful/endo_test.go:57
← previous
next →
301–400 of 611, ranked by callers