-
Updated
Mar 4, 2021 - Kotlin
#
tagless-final
Here are 95 public repositories matching this topic...
Λrrow - Functional companion to Kotlin's Standard Library
kotlin
monads
functional-programming
arrow
kotlin-library
category-theory
recursion-schemes
optics
polymorphism
typeclasses
monad-transformers
free-monads
functional-data-structure
continuations
for-comprehension
typed-lambda-calculus
tagless-final
fp-types
typeclass-derivation
delimited-continuations
A cohesive & pragmatic framework of FP centric Scala libraries
redis
monads
scala
kafka
spark
cassandra
functional-programming
rpc
architectural-patterns
free-monads
tagless-final
freestyle
-
Updated
Aug 13, 2019 - Scala
swift
swift-library
functional-programming
cocoapods
carthage
composition
effects
fp
reactive-programming
monad
functor
category-theory
free-monad
bow
spm
hacktoberfest
mtl
tagless-final
declarative-programming
-
Updated
Jan 11, 2021 - Swift
1
catostrophe
commented
Nov 12, 2020
Let tofu-optics users do this:
import tofu.optics.syntax.tupleN._
val lense = Tuple3._2[Int, String, Long] // : Contains[(Int, String, Long), String]tupleN object should contain all possible implicit extensions to Tuple{N} companion objects. Implementations should be macro generated.
Open
Create front page
Mu is a purely functional library for building RPC endpoint based services with support for RPC and HTTP/2
-
Updated
Mar 3, 2021 - Scala
Boilerplate-free, zero-overhead Tagless Final / typed-final / Finally Tagless DSLs in Scala
cats
scala
dsl
macros
scalaz
scalameta
tagless-final
finally-tagless
higher-kinded-types
typed-final
-
Updated
May 24, 2017 - Scala
Transform and compose tagless final encoded algebras in scala
-
Updated
Jul 17, 2018 - Scala
Additional accompaniment to Functional and Reactive Domain Modeling
-
Updated
Jun 29, 2020 - Scala
Workshop On Tagless Final Interpreters
-
Updated
May 5, 2019 - Scala
Functional Programming library for Java
java
monads
memoization
stream
experimental
functional-programming
tuples
io-monad
monad
free-monad
trampoline
typeclasses
monad-transformers
immutable-collections
zio
mtl
tagless-final
higher-kinded-types
-
Updated
Feb 25, 2021 - Java
Example telegram bot implementation using fs2 and http4s client (no akka)
-
Updated
Jun 15, 2018 - Scala
Prisoner's Dilemma game engine implemented using Cats Free Monad and Freestyle
-
Updated
Dec 14, 2017 - Scala
pshirshov
opened
Sep 17, 2020
Code template for workshop "Building eDSLs in functional TypeScript"
-
Updated
Aug 11, 2020 - TypeScript
Reasonable API for serving TensorFlow models using Scala
-
Updated
Nov 2, 2017 - Scala
An example of how to create services using tagless final
-
Updated
Jan 31, 2018 - Scala
kubukoz
commented
Dec 30, 2020
A simple macro-less logging typeclass with some common backends
-
Updated
Mar 3, 2021 - Scala
A project comparing the Tagless Final approach with the Free Monad one, using the Monix's Task as the target monad
-
Updated
May 20, 2017 - Scala
-
Updated
Jun 27, 2020 - Scala
Curated list of TF related stuff
-
Updated
Nov 20, 2020
An implementation of a CQRS/ES system using functional FP in scala.
-
Updated
Mar 26, 2018 - Scala
distage project livecoded at ScalaWAW
-
Updated
Jul 15, 2020 - Scala
Functional Scala Todo-List using doobie, flyway, circe, akka-http, monix
-
Updated
Nov 24, 2018 - Scala
-
Updated
Oct 4, 2019 - Scala
Tiny & funcitonal event sourcing library for Scala
-
Updated
Jan 16, 2018 - Scala
Improve this page
Add a description, image, and links to the tagless-final topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the tagless-final topic, visit your repo's landing page and select "manage topics."
Currently, we manually append the params to the url / query string using urljoin. Instead, we can send the query params in as a dictionary