Skip to content

Instantly share code, notes, and snippets.

View arsalan0c's full-sized avatar

Arsalan Cheema arsalan0c

View GitHub Profile
{-# LANGUAGE ScopedTypeVariables #-}
module Subscribe where
import qualified Data.IORef as IORef
import Data.Proxy (Proxy (..))
import qualified Data.Map as Map
-- Event types, just stupid examples
data Event
@sliminality
sliminality / README.md
Last active July 4, 2017 11:30
The Missing README provides installation instructions for true JavaScript development beginners

The Missing README for JavaScript Projects

This README provides general instructions for installing Node.js and npm ecosystem projects from GitHub.

Many project READMEs assume a baseline level of user knowledge, but the following "Getting Started" section isn't very helpful to an absolute beginner:

Getting Started

npm install