Skip to content

Instantly share code, notes, and snippets.

View mbrcknl's full-sized avatar

Matthew Brecknell mbrcknl

View GitHub Profile
@mietek
mietek / DTMF.agda
Last active December 15, 2015 00:27
{-
An unholy mix of
• Conor McBride, “Dependently typed metaprogramming”
http://www.cl.cam.ac.uk/~ok259/agda-course-13/
• Oleg Kiselyov, “Typed tagless final interpreters”
http://okmij.org/ftp/tagless-final/course/
@xrchz
xrchz / HOL cheat sheet
Last active September 27, 2017 05:51
HOL cheat sheet
synonyms:
>>
\\
THEN
( means ";" in Isar )
meaning:
tac1 \\ tac2
means apply tac1 to the current proof state
then apply tac2 to all the resulting subgoals