Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in curry-howard
CoNat : proving that 0 is neutral to the left
Oct 18, 2022
proof
agda
curry-howard
coinduction
codata
How to prove the principle of explosion (ex falso sequitur quodlibet) in Scala?
Sep 28, 2022
scala
proof
type-level-computation
curry-howard
Is it possible to randomly generate theorems that are arbitrarily difficult to prove?
Aug 22, 2022
haskell
dependent-type
curry-howard
I can't get my GADT-based toy Dynamic type to work with parametric types
Dec 21, 2020
haskell
gadt
curry-howard
Curry's paradox in Haskell?
Oct 20, 2020
haskell
recursion
logic
curry-howard
How or is that possible to prove or falsify `forall (P Q : Prop), (P -> Q) -> (Q -> P) -> P = Q.` in Coq?
Sep 05, 2022
equality
coq
proof
dependent-type
curry-howard
If Either can be either Left or Right but not both, then why does it correspond to OR instead of XOR in Curry-Howard correspondence?
Jan 18, 2021
haskell
functional-programming
boolean-logic
category-theory
curry-howard
Practical examples of using Void
Sep 12, 2022
haskell
types
type-systems
curry-howard
A question about logic and the Curry-Howard correspondence
Nov 11, 2021
logic
logic-programming
type-theory
curry-howard
What is the bottom type?
Oct 16, 2022
lambda-calculus
type-theory
curry-howard
How come that we can implement call/cc, but the classical logic (intuitionistic + call/cc) is not constructive?
Feb 24, 2022
functional-programming
continuations
callcc
curry-howard
What type corresponds to a xor b in type theory?
Sep 15, 2022
haskell
functional-programming
category-theory
curry-howard
What else can `loeb` function be used for?
Dec 23, 2020
haskell
functor
curry-howard
Constructing efficient monad instances on `Set` (and other containers with constraints) using the continuation monad
Aug 17, 2022
haskell
complexity-theory
monads
continuations
curry-howard
Dependent Types: How is the dependent pair type analogous to a disjoint union?
Sep 20, 2022
haskell
agda
dependent-type
idris
curry-howard
Curry-Howard isomorphism
Sep 14, 2022
haskell
types
logic
curry-howard
What's the absurd function in Data.Void useful for?
Nov 15, 2022
haskell
type-theory
curry-howard
What are the most interesting equivalences arising from the Curry-Howard Isomorphism?
Oct 06, 2022
functional-programming
formal-methods
curry-howard