File: more_examples.clj

package info (click to toggle)
clojure1.4 1.4.0%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 3,364 kB
  • ctags: 5,624
  • sloc: java: 25,822; xml: 417; sh: 69; makefile: 44
file content (7 lines) | stat: -rw-r--r-- 197 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
(ns clojure.test-clojure.protocols.more-examples)

(defprotocol SimpleProtocol
  "example protocol used by clojure tests. Note that
   foo collides with examples/ExampleProtocol."

  (foo [a] ""))