Skip to content

Instantly share code, notes, and snippets.

@gdetrez
Created August 23, 2013 10:21
Show Gist options
  • Save gdetrez/6317770 to your computer and use it in GitHub Desktop.
Save gdetrez/6317770 to your computer and use it in GitHub Desktop.
abstract A = { cat S ; }
concrete B of A = {}
concrete C of A = B ** {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment