typeclass
There are 47 repositories under typeclass topic.
softwaremill/magnolia
Easy, fast, transparent generic derivation of typeclass instances
mmenestret/fp-resources
Functional programming great resources
scala-hamsters/hamsters
A mini Scala utility library
thefrontside/funcadelic.js
Functional programming and category theory for everyday JavaScript development
dmjio/envy
:angry: Environmentally friendly environment variables
erikerlandson/coulomb
coulomb: unit analysis for Scala
witchcrafters/type_class
(Semi-)principled type classes for Elixir
ecyrbe/typeskell
Functional programming in Typescript
wbbradley/ace
A statically-typed strictly-evaluated garbage-collected readable programming language.
TotallyNotChase/typeclass-interface-pattern
Ideas, thoughts, and notes on a typeclass/interface based polymorphism pattern for standard C
vpavkin/dtc
Provides type classes for datetime values. Works both on JVM & ScalaJS.
tek/amino
functional data structures and utilities for python
TotallyNotChase/c-iterplus
Functional, Type safe, Lazy abstractions for generic iterators in C - https://github.com/TotallyNotChase/c-iterators
DmytroMitin/AUXify
Introduces macro/meta annotations @ aux, @ self, @ instance, @ apply, @ delegated, @ syntax and String-based type class LabelledGeneric
propensive/adversaria
Typeclass interfaces to access user-defined Scala annotations
laserdisc-io/log-effect
A simple macro-less logging typeclass with some common backends
rafafrdz/criteria4s
Criteria4s is a simple DSL to define criteria and predicate expressions for any data stores by using Scala type class mechanisms in a type-safe
tmccarthy/bfect
Some bifunctor IO type classes
afsalthaj/safe-string-interpolation
A type driven approach to string interpolation, aiming at consistent, secure, and only-human-readable logs and console outputs !
medeia/medeia
A BSON libary for scala using typeclasses
data-tools/big-data-types
A library to transform Scala product types and Schemes from different systems into other Schemes. Any implemented type automatically gets methods to convert it into the rest of the types and vice versa. E.g: a Spark Schema can be transformed into a BigQuery table.
kevin-lee/logger-f
logger-f, Logger for F[_]
ctongfei/poly-algebra
Generic math programming and algebraic typeclass abstractions for Scala
lukeindykiewicz/typeclasses
Examples of type classes in Scala.
sake92/tupson
Stupid simple Scala 3 library for writing and reading JSON
Shou/type-operators
A collection of type-level operators
athanclark/purescript-arraybuffer-class
Simple encoding / decoding classes for ArrayBuffers
arainko/bencode
Typesafe and semi-automatically derived bencode encoders/decoders
nikita-volkov/isomorphism-class
Isomorphism typeclass solving the conversion problem
reactivecore/cassandra_caseclass_adapter
Automatic Adapter for Scala Case classes to Java Cassandra Driver
chris-martin/var-monad
The VarMonad typeclass, as defined by "Type Classes: an exploration of the design space" by SPJ et al, 1997.
hermannhueck/typeclasses
Type Classes in Scala and Haskell
makiftutuncu/typeclass-lightning-talk
Repository for my Lightning Talk about typeclasses at @vngrs
MateuszKubuszok/dbg
Debug typeclass for Scala 3
tchajed/coq-classes
A library of typeclasses for Coq
cuzfrog/java-typeclass-experimental
Experimental Golang style method impl/Monkey patch in Java via annotation processing