Skip to content

Instantly share code, notes, and snippets.

@AlexBaranosky
Created November 10, 2013 00:29
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 AlexBaranosky/7392037 to your computer and use it in GitHub Desktop.
Save AlexBaranosky/7392037 to your computer and use it in GitHub Desktop.
;; 1.
(t/ann foo [String -> (t/Set (t/Vec Integer))])
(schema/defn foo :- #{ms/YearMonthDay}
[file :- String]
(-> file
slurp
edn/read-string))
;; 2.
lein typed check foo-ns
;; 3.
Cannot parse list: (t/Set (t/Vec Integer))
Found errors
Subprocess failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment