Skip to content

Instantly share code, notes, and snippets.

@sunilnandihalli
Created December 14, 2010 07:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sunilnandihalli/740122 to your computer and use it in GitHub Desktop.
Save sunilnandihalli/740122 to your computer and use it in GitHub Desktop.
(ns isomorphism.tt)
(defrecord complex [real imag])
(ns isomorphism.tt1
(:require isomorphism.tt))
(isomorphism.tt/complex. 1 2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment