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

14 lines
434 B
Markdown

---
layout: post
title: Postlude
categories: project
tags: [haskell]
href: "https://github.com/jrpotter/postlude"
---
An example of a custom-rolled
[Prelude](https://hackage.haskell.org/package/base-4.19.0.0/docs/Prelude.html){:target="_blank"}.
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.