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

14 lines
434 B
Markdown
Raw Normal View History

2023-12-17 22:24:47 +00:00
---
layout: post
title: Postlude
categories: project
tags: [haskell]
2023-12-24 05:00:26 +00:00
href: "https://git.jrpotter.com/r/postlude"
2023-12-18 00:42:45 +00:00
image: haskell.png
2023-12-17 22:24:47 +00:00
---
2024-01-09 23:24:27 +00:00
An example of a custom-rolled [Prelude](https://hackage.haskell.org/package/base-4.19.0.0/docs/Prelude.html).
2023-12-17 22:24:47 +00:00
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.