Skip to content

Instantly share code, notes, and snippets.

View david-janssen's full-sized avatar

David Janssen david-janssen

View GitHub Profile
@david-janssen
david-janssen / Exceptions.hs
Created April 7, 2021 12:41
Experimenting with Control.Exception.Lens
{-# LANGUAGE TemplateHaskell #-}
module Confused
where
import RIO
import Control.Lens.TH
import Control.Exception.Lens
--------------------------------------------------------------------------------