a monad is just a monad that is a monad as defined by a monad
Find a file
2024-02-21 16:06:07 +03:00
src initial commit 2024-02-21 16:06:07 +03:00
.envrc initial commit 2024-02-21 16:06:07 +03:00
.gitignore initial commit 2024-02-21 16:06:07 +03:00
contents.txt initial commit 2024-02-21 16:06:07 +03:00
flake.lock initial commit 2024-02-21 16:06:07 +03:00
flake.nix initial commit 2024-02-21 16:06:07 +03:00
LICENSE Initial commit 2024-02-21 13:01:17 +00:00
package.yaml initial commit 2024-02-21 16:06:07 +03:00
README.md initial commit 2024-02-21 16:06:07 +03:00

rafmonad

An annoyingly simple webserver written in Haskell. Serves a .txt file as plaintext on http://localhost:3000. Not configurable, has no logging or error handling. Written because I can.

Using

Don't.