Skip to content

Instantly share code, notes, and snippets.

View tomjaguarpaw's full-sized avatar

tomjaguarpaw

View GitHub Profile
@sjoerdvisscher
sjoerdvisscher / equipment.hs
Last active May 23, 2020 14:51
Proarrow equipment in Hask
{-# LANGUAGE
GADTs
, DataKinds
, PolyKinds
, RankNTypes
, TypeOperators
, KindSignatures
, TypeApplications
, FlexibleContexts
, FlexibleInstances