Skip to content

Instantly share code, notes, and snippets.

View solomon-b's full-sized avatar

Solomon solomon-b

View GitHub Profile
@solomon-b
solomon-b / SemiRepresentable.hs
Created October 12, 2020 04:53 — forked from ChrisPenner/SemiRepresentable.hs
SemiRepresentable
{-# LANGUAGE TypeFamilies #-}
{-# LANGUAGE InstanceSigs #-}
{-# LANGUAGE ScopedTypeVariables #-}
{-# LANGUAGE FlexibleContexts #-}
module SemiRepresentable where
import qualified Data.Map as M
import Numeric.Natural
import qualified Data.Set as S
import Data.These
@solomon-b
solomon-b / EmacsTooling.md
Created March 12, 2020 03:46 — forked from sevanspowell/EmacsTooling.md
A guide to setting up the Haskell tooling for Emacs in a Nix environment.

Running Emacs Haskell Tooling in a Nix environment

A guide to setting up the Haskell tooling for Emacs in a Nix environment.

Suggestions/Contact

mail@sevanspowell.net

Configuration