Skip to content

Instantly share code, notes, and snippets.

@gfredericks
Created March 6, 2014 20:19
Show Gist options
  • Save gfredericks/9398772 to your computer and use it in GitHub Desktop.
Save gfredericks/9398772 to your computer and use it in GitHub Desktop.
The core.typed description of hiccup data
(t/def-alias HTML-Atts (IPersistentMap t/Keyword String))
(t/def-alias HTML
(Rec [HTML]
(U String
nil
(HVec [t/Keyword (U HTML (t/Seq HTML)) *])
(HVec [t/Keyword HTML-Atts (U HTML (t/Seq HTML)) *]))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment