minimapletinytools / haskell-ffi-cabal-foreign-library-examples
Example project of using cabal 2.0`s foreign-library feature to build a haskell library that lets you call haskell code from C/C++.
☆15Updated 5 years ago
Alternatives and similar repositories for haskell-ffi-cabal-foreign-library-examples:
Users that are interested in haskell-ffi-cabal-foreign-library-examples are comparing it to the libraries listed below
- Recover run-time type information from the GHC heap. One example use case is a "show anything" function (with no Show constraint).☆35Updated last week
- GHC plugin to branch on whether a constraint is satisfied☆32Updated 2 months ago
- GHC plugin to desugar ! into do-notation☆37Updated 2 months ago
- Demonstrating how to make type families faster using typechecker plugins☆21Updated 4 years ago
- classical sequent calculus, embedded in Haskell☆19Updated 2 years ago
- There are many category theory implementations, but this one is mine☆15Updated 5 months ago
- Tactic Metaprogramming in Haskell☆56Updated 5 years ago
- Implementing a small functional language with a combinator based graph-reduction machine☆29Updated last year
- A modern Haskell debugger☆30Updated last year
- Haskell library for semigroup actions and torsors☆60Updated 2 weeks ago
- ☆35Updated 4 months ago
- A simple library I wrote to allow me to quickly and easily construct command line interfaces.☆28Updated 2 years ago
- A library to profile time in a Haskell program☆17Updated 8 months ago
- ☆18Updated 3 years ago
- Benchmark a given function for variable input sizes and find out its time complexity☆25Updated 7 months ago
- Existential type.☆36Updated 2 months ago
- Extend GHC's type checker with user-defined rules, without writing a type checker plugin.☆18Updated 3 years ago
- Composable Concurrent Computation Done Right☆30Updated 2 years ago
- higher-kinded data☆30Updated last year
- Compiler backend for generating Scheme code☆27Updated last year
- ⛏️ A refinement proof framework for haskell