portfolio/_posts/2020-03-29-postlude.md

14 lines
434 B
Markdown

---
layout: post
title: Postlude
categories: project
tags: [haskell]
href: "https://git.jrpotter.com/r/postlude"
image: haskell.png
---
An example of a custom-rolled [Prelude](https://hackage.haskell.org/package/base-4.19.0.0/docs/Prelude.html).
Serves as a fairly comprehensive list of imports I found relevant across the
various Haskell projects I worked on as well as a demonstration on how
forwarding imports with Haskell works.