Skip to content

Instantly share code, notes, and snippets.

@def-
Created February 15, 2016 01:14
Show Gist options
  • Select an option

  • Save def-/800e897635354775b867 to your computer and use it in GitHub Desktop.

Select an option

Save def-/800e897635354775b867 to your computer and use it in GitHub Desktop.
type Foo = object
proc `()`(foo: Foo) =
echo "foo"
var x: Foo
x()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment