Skip to content

Instantly share code, notes, and snippets.

@edoloughlin
Created January 31, 2011 12:00
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 edoloughlin/803947 to your computer and use it in GitHub Desktop.
Save edoloughlin/803947 to your computer and use it in GitHub Desktop.
Why is the {:t 1} map elevated to the top level while other nested elements aren't?
user=> (flatten [
:a 1
:b [
{:a [{:x 3} {:v 4}]}
{:t 1}]])
(:a 1 :b {:a [{:x 3} {:v 4}]} {:t 1})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment