Search code examples
How to implement OCaml function with the next type?...


typesfunctional-programmingocamltype-inferencecurry-howard

Read More
What is a correct way to prove the next propositional logic statement using Curry–Howard corresponde...


typesfunctional-programmingocamltype-inferencecurry-howard

Read More
Agda – difference between type args on the left and right side of the colon...


agdadependent-typetype-level-computationcurry-howard

Read More
If Either can be either Left or Right but not both, then why does it correspond to OR instead of XOR...


haskellfunctional-programmingboolean-logiccategory-theorycurry-howard

Read More
What type corresponds to a xor b in type theory?...


haskellfunctional-programmingcategory-theorycurry-howard

Read More
Curry Howard correspondence in Coq...


coqcurry-howard

Read More
Curry's paradox in Haskell?...


haskellrecursionlogiccurry-howard

Read More
CoNat : proving that 0 is neutral to the left...


proofagdacurry-howardcoinductioncodata

Read More
What's the equivalent of a bug by the Curry-Howard isomorphism?...


computer-sciencecurry-howard

Read More
What else can `loeb` function be used for?...


haskellfunctorcurry-howard

Read More
How to prove the principle of explosion (ex falso sequitur quodlibet) in Scala?...


scalaprooftype-level-computationcurry-howard

Read More
What are the most interesting equivalences arising from the Curry-Howard Isomorphism?...


functional-programmingformal-methodscurry-howard

Read More
Why do Leans `Prop`ositions get special treatment?...


typestheorem-provingcurry-howardlean

Read More
Curry-Howard isomorphism...


haskelltypeslogiccurry-howard

Read More
What is the bottom type?...


lambda-calculustype-theorycurry-howard

Read More
Dependent Types: How is the dependent pair type analogous to a disjoint union?...


haskellagdadependent-typeidriscurry-howard

Read More
What's the absurd function in Data.Void useful for?...


haskelltype-theorycurry-howard

Read More
Could not deduce SingI of predecessor Nat...


haskelldependent-typesingleton-typecurry-howard

Read More
Practical examples of using Void...


haskelltypestype-systemscurry-howard

Read More
De Morgan's Laws in Haskell via the Curry-Howard Correspondence...


haskellfunctional-programmingdemorgans-lawcurry-howard

Read More
What is a "roundabout proof" in Propositions as Types by P. Wadler?...


typeslogicproofcurry-howard

Read More
Curry Howard correspondence and equality...


haskellauthenticationfunctional-programmingtype-theorycurry-howard

Read More
Implications as functions in Coq?...


logiccoqcurry-howard

Read More
Is Curry-Howard correspondent of double negation ((a->r)->r) or ((a->⊥)->⊥)?...


haskellcontinuationscurry-howard

Read More
How or is that possible to prove or falsify `forall (P Q : Prop), (P -> Q) -> (Q -> P) -&gt...


equalitycoqproofdependent-typecurry-howard

Read More
COQ definition curry howard (A -> B -> C) -> (B -> A -> C) using sets...


coqcurry-howard

Read More
Constructing efficient monad instances on `Set` (and other containers with constraints) using the co...


haskellcomplexity-theorymonadscontinuationscurry-howard

Read More
Can GADTs be used to prove type inequalities in GHC?...


haskellcurry-howard

Read More
Is there a Scala function of type `Nothing => A`? Or how to construct one?...


scalaunit-typecurry-howard

Read More
I can't get my GADT-based toy Dynamic type to work with parametric types...


haskellgadtcurry-howard

Read More
BackNext