Skip to content

Instantly share code, notes, and snippets.

@manojo
manojo / LambdaCalculus.scala
Created January 12, 2015 09:53
A direct embedding of the lambda calculus
/**
*
* t ::= x
* | \x. t
* | t t
*/
object LambdaCalculus {
/**
* The type that represents
@clintel
clintel / gist:1155906
Created August 19, 2011 02:40
Fenced code in bullet lists with GitHub-flavoured MarkDown??

Fenced code blocks inside ordered and unordered lists

  1. This is a numbered list.

  2. I'm going to include a fenced code block as part of this bullet:

    Code
    More Code