Search code examples
How would I translate a Haskell type class into F#?...


oophaskellf#typeclassarrow-abstraction

Read More
Bifunctor vs. Arrow methods...


haskelltypeclassarrow-abstractionbifunctor

Read More
Right-tightening ArrowLoop law...


haskelltypeclassarrow-abstraction

Read More
Product and Sum Type Parallels in Haskell Type Classes...


haskelltypeclassapplicativealternative-functorarrow-abstraction

Read More
Arrow and Monad, two independent viewpoints to compose computations?...


haskellmonadstypeclassarrow-abstraction

Read More
Would a type class "between" Category and Arrow make sense?...


haskelltypeclasscategory-abstractionsarrow-abstraction

Read More
Why can't MSet be an instance of Functor?...


haskelltypeclassfunctor

Read More
Associated types in Lean...


typeclassassociated-typeslean

Read More
Instance of fake IO typeclass is found in production code but not in testing...


unit-testinghaskelltypeclasscabalcabal-install

Read More
Why doesn't my type class satisfy the functional dependency?...


haskellgenericstypeclassfunctional-dependencies

Read More
How would I equate a character to my type parameter in Haskell?...


haskellinstancetypeclass

Read More
How do I have the scala compiler infer one type from another?...


scalatypestypeclassparameterized

Read More
How do I overload a certain operator in haskell to take different types on either side?...


listhaskelloperator-overloadingtypeclasscons

Read More
How can I use contradictory evidence?...


haskelltypestypeclass

Read More
Function to ensure your value is wrapped in a Maybe...


haskelltypeclass

Read More
Scala: checking if an object is Numeric...


scalanumerictypeclass

Read More
Wrong Typeclass Instance used in Coq Proof...


functional-programmingcoqtypeclassdependent-typetheorem-proving

Read More
How do you use the Bounded typeclass in Haskell to define a type with a floating point range?...


haskelltypestypeclass

Read More
Using `opaque type` as a typeclass in Scala...


scalatypeclassscala-3opaque-types

Read More
givens / implicits for Scala 3 Union Types...


scalatypeclassimplicitunion-typesgiven

Read More
How to write a Haskell function that can call "getField @k" on "obj" as well as ...


haskellrecordtypeclass

Read More
Error in Haskell call to equation with expected type...


haskellrandomtypeclass

Read More
Why I can´t pattern match in Haskell Typeclass?...


haskelltypeclass

Read More
When trying to convert a Map to scala objects using Shapeless, Coproduct derivatives are not picked ...


scalatypeclassshapeless

Read More
How to check from the REPL that a given constraint is satisfied?...


haskelltypeclassghci

Read More
Custom `Read` instance fails when type is wrapped in Max, but derived instance works - What's wr...


parsinghaskellfunctional-programmingtypeclass

Read More
Stack overflow in typeclass with implicit conversion...


scalaimplicit-conversiontypeclasscircescanamo

Read More
How is the Foldable instance of (,) useful?...


haskellfunctional-programmingkey-valuetypeclassfoldable

Read More
The `specialize` tatic in Coq does not work well with typeclasses?...


coqtypeclass

Read More
Why does Cabal, unlike GHC, not automatically enable GeneralizedNewtypeDeriving if I explicitly enab...


haskellghctypeclasscaballanguage-extension

Read More
BackNext