Created
March 6, 2014 20:19
-
-
Save gfredericks/9398772 to your computer and use it in GitHub Desktop.
The core.typed description of hiccup data
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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