mu-haskell/README.md
2020-09-17 02:17:37 +02:00

2.2 KiB

Mu for Haskell

built with nix Actions Status

This repo defines a set of libraries to write microservices in a format- and protocol-independent way. It shares the same goals as Mu for Scala, but using idiomatic Haskell and more type-level techniques.

Documentation

This set of libraries are thought to be built using Stack. Just jump into the folder and run stack build! The top-level stack.yaml defines a common resolver and set of dependencies for all the packages.

Video Resources

Alejandro's talk about mu-graphql at Haskell Love.

haskell-love

Alejandro and Flavio's mu-haskell paper presentation on Haskell Symposium.

haskell-symposium

Alejandro's talk about at Haskell Amsterdam.

haskell-amsterdam

Flavio's talk on mu-graphql at the Berlin Functional Programming Group.

mu-berlin

Alejandro's talk about the internals of mu-haskell.

mu-internals

Contributing

If you want to contribute, please be sure to read the development guidelines first.