Created
October 28, 2019 22:00
-
-
Save eraserhd/f2f6a633631adb038d447c296332a776 to your computer and use it in GitHub Desktop.
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
(defn weird [] | |
(m/search {"oneOf" [{"type" "string" "format" "date-time"} | |
{"type" "string" "format" "uri"}]} | |
{"format" "date-time"} 'Instant | |
{"format" "uri"} 'Uri | |
{"type" "string"} 'String | |
{"oneOf" [(m/cata !ts) ...]} !ts)) | |
; => ([Instant Uri] [Instant String] [String Uri] [String String]) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment