eviefp / logic-in-haskellLinks
Classical Logic in Haskell
☆24Updated 5 months ago
Alternatives and similar repositories for logic-in-haskell
Users that are interested in logic-in-haskell are comparing it to the libraries listed below
Sorting:
- Experimental proof assistant (and architecture) for dependent linear logic☆49Updated 3 years ago
- "operating system" based on the calculus of constructions☆18Updated 3 years ago
- My attempt at writing a R⁵RS-compliant Scheme with Megaparsec☆14Updated 2 weeks ago
- This package provides a Coq formalization of abstract algebra using a functional programming style. The modules contained within the pack…☆28Updated 6 years ago
- Quantitative Type Theory implementation☆54Updated 4 years ago
- Velo is a tiny language (STLC + Hutton's Razor with Bools) to showcase & explore efficient verified implementations in Idris2.☆16Updated 2 years ago
- A small NuPRL style proof assistant☆31Updated 6 years ago
- Paradoxes of type theory, described didactically. With accompanying proofs in Agda.☆40Updated 4 years ago
- A tiny language for teaching and experimenting with Refinement Types☆48Updated 4 years ago
- Based on paper by Greg Morrisett , TAL-0 is the design of a RISC-style typed assembly language which focuses on control-flow safety.☆22Updated 8 years ago
- Funny little Haskell impl☆18Updated 4 years ago
- System F implemented in Haskell☆24Updated 13 years ago
- a simple total pure functional language, eventually to have powerful static checking and optimization☆33Updated 3 months ago
- Formalised embedding of an imperative language with effect system into session-typed pi calculus.☆29Updated 9 months ago
- Attempt to prove semantic preservation (forward simulation) for a simple compiler.☆11Updated last year
- A Haskell to Coq compiler that represents effectful programs with the free monad☆45Updated 3 years ago
- Agda-style equational reasoning in Haskell☆54Updated 4 months ago
- Minimalistic dependent type theory with syntactic metaprogramming☆57Updated last year
- A tiny compiler for a security-typed imperative language with a formalised proof of noninterference-preservation.☆16Updated 5 years ago
- Haskell implementation of nominal datatypes and functions☆44Updated 5 years ago
- Haskell implementation of the Edinburgh Logical Framework☆31Updated 3 months ago
- Tiny type-checker with dependent types☆78Updated 11 years ago
- Like "Write Yourself a Scheme in 48 Hours", but in Agda☆51Updated 7 years ago
- Self-contained repository for the eponymous paper☆30Updated 6 years ago
- Lambda Calculus with quote and unquote☆19Updated 5 years ago
- IO using sized types and copatterns☆35Updated 4 years ago
- An unimaginatively named monorepo for misc. side-projects that are annoying to maintain separately.☆14Updated 4 years ago
- Interpreter for functional pure type systems.