Skip to content

Instantly share code, notes, and snippets.

@JaredCorduan
JaredCorduan / CurryHoward.hs
Created March 16, 2024 00:20
Curry Howard Examples
module CurryHoward where
data And a b = And a b
data Or a b = Inl a | Inr b
data Impossible
type Not a = a -> Impossible
@JaredCorduan
JaredCorduan / notes.tex
Created November 7, 2023 21:20
LaTeX Notes Stub
\documentclass{report}
\usepackage{amsthm}
\theoremstyle{plain}
\newtheorem{thm}{Theorem}[chapter]
\theoremstyle{definition}
\newtheorem{defn}[thm]{Definition}
\newtheorem{exmp}[thm]{Example}

Keybase proof

I hereby claim:

  • I am jaredcorduan on github.
  • I am jaredc (https://keybase.io/jaredc) on keybase.
  • I have a public key ASDTfZWjDKVr2r6chl-2jymxVJTLi_HNpPw-jdZt0neBXQo

To claim this, I am signing this object:

@JaredCorduan
JaredCorduan / jc_blockstack_verif
Created February 15, 2017 03:22
jc blockstack verif
Verifying that "jaredcorduan.id" is my Blockstack ID. https://onename.com/jaredcorduan
@JaredCorduan
JaredCorduan / blockstack_verification
Created February 14, 2017 16:39
blockstack verification
Verifying that "corduan.id" is my Blockstack ID. https://onename.com/corduan
@JaredCorduan
JaredCorduan / 0_reuse_code.js
Created October 27, 2016 21:08
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console