├── Either.md ├── EitherT.md ├── Eval.md ├── Functor.md ├── Kleisli.md ├── LICENSE ├── NonEmptyList.md ├── Option.md ├── OptionT.md ├── SetK.md ├── State.md ├── StateT.md ├── Try.md ├── Typeclasses.md ├── Validated.md ├── arrow-brand-128x128.png ├── captions └── lang │ ├── english │ ├── Either.srt │ ├── Option.srt │ ├── SetK - FP in Kotlin with Arrow.en.srt │ ├── SetK.md │ └── Try.srt │ └── portuguese │ └── Option.srt └── scripts ├── Kleisli.md └── State.md /Either.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/47degrees/fp-with-arrow-videos/HEAD/Either.md -------------------------------------------------------------------------------- /EitherT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/47degrees/fp-with-arrow-videos/HEAD/EitherT.md -------------------------------------------------------------------------------- /Eval.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/47degrees/fp-with-arrow-videos/HEAD/Eval.md -------------------------------------------------------------------------------- /Functor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/47degrees/fp-with-arrow-videos/HEAD/Functor.md -------------------------------------------------------------------------------- /Kleisli.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/47degrees/fp-with-arrow-videos/HEAD/Kleisli.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/47degrees/fp-with-arrow-videos/HEAD/LICENSE -------------------------------------------------------------------------------- /NonEmptyList.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/47degrees/fp-with-arrow-videos/HEAD/NonEmptyList.md -------------------------------------------------------------------------------- /Option.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/47degrees/fp-with-arrow-videos/HEAD/Option.md -------------------------------------------------------------------------------- /OptionT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/47degrees/fp-with-arrow-videos/HEAD/OptionT.md -------------------------------------------------------------------------------- /SetK.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/47degrees/fp-with-arrow-videos/HEAD/SetK.md -------------------------------------------------------------------------------- /State.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/47degrees/fp-with-arrow-videos/HEAD/State.md -------------------------------------------------------------------------------- /StateT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/47degrees/fp-with-arrow-videos/HEAD/StateT.md -------------------------------------------------------------------------------- /Try.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/47degrees/fp-with-arrow-videos/HEAD/Try.md -------------------------------------------------------------------------------- /Typeclasses.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/47degrees/fp-with-arrow-videos/HEAD/Typeclasses.md -------------------------------------------------------------------------------- /Validated.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/47degrees/fp-with-arrow-videos/HEAD/Validated.md -------------------------------------------------------------------------------- /arrow-brand-128x128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/47degrees/fp-with-arrow-videos/HEAD/arrow-brand-128x128.png -------------------------------------------------------------------------------- /captions/lang/english/Either.srt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/47degrees/fp-with-arrow-videos/HEAD/captions/lang/english/Either.srt -------------------------------------------------------------------------------- /captions/lang/english/Option.srt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/47degrees/fp-with-arrow-videos/HEAD/captions/lang/english/Option.srt -------------------------------------------------------------------------------- /captions/lang/english/SetK - FP in Kotlin with Arrow.en.srt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/47degrees/fp-with-arrow-videos/HEAD/captions/lang/english/SetK - FP in Kotlin with Arrow.en.srt -------------------------------------------------------------------------------- /captions/lang/english/SetK.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/47degrees/fp-with-arrow-videos/HEAD/captions/lang/english/SetK.md -------------------------------------------------------------------------------- /captions/lang/english/Try.srt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/47degrees/fp-with-arrow-videos/HEAD/captions/lang/english/Try.srt -------------------------------------------------------------------------------- /captions/lang/portuguese/Option.srt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/47degrees/fp-with-arrow-videos/HEAD/captions/lang/portuguese/Option.srt -------------------------------------------------------------------------------- /scripts/Kleisli.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/47degrees/fp-with-arrow-videos/HEAD/scripts/Kleisli.md -------------------------------------------------------------------------------- /scripts/State.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/47degrees/fp-with-arrow-videos/HEAD/scripts/State.md --------------------------------------------------------------------------------