shithub: MicroHs

Download patch

ref: edc7c0042585af747a418b5ded4728e541bed655
parent: 5e5412af2141622dba862b6698be6365e435540a
author: Lennart Augustsson <lennart@augustsson.net>
date: Sat Sep 7 07:21:38 EDT 2024

Add the Haskell Symoposium paper.

--- a/.gitattributes
+++ b/.gitattributes
@@ -1,3 +1,4 @@
 *.comb binary
 generated/mhs.c binary
 generated/cpphs.c binary
+doc/hs2024.pdf binary
--- a/README.md
+++ b/README.md
@@ -9,6 +9,7 @@
 
 ## Presentation
 You can find my [presentation from the Haskell Symposium 2024](https://docs.google.com/presentation/d/1WsSiSwypNVTm0oZ3spRYF8gA59wyteOsIkPRjCUAZec/edit?usp=sharing).
+There is also a short paper in `doc/hs2024.pdf`.
 
 ## Compiling MicroHs
 There are two different ways to compile MicroHs:
binary files /dev/null b/doc/hs2024.pdf differ
--