Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 573 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 573 Bytes

demo

Code to accompany Typed Clojure paper.

Example 1 is in src/demo/eg1.clj, and similarly for other examples.

Usage

To check all examples, run make test.

For a Clojure REPL, run make repl. This will take you to the clojure.core.typed namespace, where you can run specific tests like.

clojure.core.typed=> (check-ns 'demo.eg1)

License

Copyright © 2015 Ambrose Bonnaire-Sergeant

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.