Skip to content
This repository was archived by the owner on Oct 16, 2019. It is now read-only.

Commit d0c7b5a

Browse files
committed
Add Tweag post about streaming linear types
1 parent e827cd2 commit d0c7b5a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

content/issues/112.markdown

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- 2018-06-21 -->
1+
<!-- 2018-06-21 unpublished -->
22

33
Welcome to another issue of Haskell Weekly!
44
[Haskell](https://haskell-lang.org) is a safe, purely functional programming language with a fast, concurrent runtime.
@@ -13,6 +13,10 @@ Open an issue or pull request [on GitHub](https://github.com/haskellweekly/haske
1313

1414
> We found existing plain text accounting tools unsatisfactory, so we developed Transity. It models financial flows in terms of transactions and not debited / credited accounts.
1515
16+
- [Streaming with linear types](https://www.tweag.io/posts/2018-06-21-linear-streams.html)
17+
18+
> In this post we delve further in that direction by considering linear types and uncover their potential to have the compiler enforce more properties statically.
19+
1620
- [Deprecating the Haskell markdown library](https://www.snoyman.com/blog/2018/06/deprecating-haskell-markdown-library)
1721

1822
> I ended up creating my own library called markdown (inventive name, I know). Today, I'm considering deprecating this library, for a number of reasons:

0 commit comments

Comments
 (0)