diff options
Diffstat (limited to 'monadic-io-streams-api.html')
-rw-r--r-- | monadic-io-streams-api.html | 33 |
1 files changed, 22 insertions, 11 deletions
diff --git a/monadic-io-streams-api.html b/monadic-io-streams-api.html index 734196e1..fb5dcfad 100644 --- a/monadic-io-streams-api.html +++ b/monadic-io-streams-api.html @@ -100,7 +100,8 @@ monadic statement sequence.</pre> <pre id="var-usage">Usage: (flush) </pre> <pre id="var-docstr">Flush</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/f9b111c67752220c9d45a7d6ef22c6eecf400c87/src/clojure/contrib/monadic_io_streams.clj#L62" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/monadic_io_streams.clj': unknown revision or path not in the working tree. +Use '--' to separate paths from revisions/src/src/clojure/contrib/monadic_io_streams.clj#L62" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -109,7 +110,8 @@ monadic statement sequence.</pre> <pre id="var-usage">Usage: (print obj) </pre> <pre id="var-docstr">Print obj</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/f9b111c67752220c9d45a7d6ef22c6eecf400c87/src/clojure/contrib/monadic_io_streams.clj#L67" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/monadic_io_streams.clj': unknown revision or path not in the working tree. +Use '--' to separate paths from revisions/src/src/clojure/contrib/monadic_io_streams.clj#L67" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -119,7 +121,8 @@ monadic statement sequence.</pre> (println obj) </pre> <pre id="var-docstr">Print obj followed by a newline</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/f9b111c67752220c9d45a7d6ef22c6eecf400c87/src/clojure/contrib/monadic_io_streams.clj#L72" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/monadic_io_streams.clj': unknown revision or path not in the working tree. +Use '--' to separate paths from revisions/src/src/clojure/contrib/monadic_io_streams.clj#L72" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -128,7 +131,8 @@ monadic statement sequence.</pre> <pre id="var-usage">Usage: (read-char) </pre> <pre id="var-docstr">Read a single character</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/f9b111c67752220c9d45a7d6ef22c6eecf400c87/src/clojure/contrib/monadic_io_streams.clj#L42" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/monadic_io_streams.clj': unknown revision or path not in the working tree. +Use '--' to separate paths from revisions/src/src/clojure/contrib/monadic_io_streams.clj#L42" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -137,7 +141,8 @@ monadic statement sequence.</pre> <pre id="var-usage">Usage: (read-line) </pre> <pre id="var-docstr">Read a single line</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/f9b111c67752220c9d45a7d6ef22c6eecf400c87/src/clojure/contrib/monadic_io_streams.clj#L47" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/monadic_io_streams.clj': unknown revision or path not in the working tree. +Use '--' to separate paths from revisions/src/src/clojure/contrib/monadic_io_streams.clj#L47" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -146,7 +151,8 @@ monadic statement sequence.</pre> <pre id="var-usage">Usage: (read-lines) </pre> <pre id="var-docstr">Read all lines and return them in a vector</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/f9b111c67752220c9d45a7d6ef22c6eecf400c87/src/clojure/contrib/monadic_io_streams.clj#L126" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/monadic_io_streams.clj': unknown revision or path not in the working tree. +Use '--' to separate paths from revisions/src/src/clojure/contrib/monadic_io_streams.clj#L126" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -155,7 +161,8 @@ monadic statement sequence.</pre> <pre id="var-usage">Usage: (skip-chars n) </pre> <pre id="var-docstr">Skip n characters</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/f9b111c67752220c9d45a7d6ef22c6eecf400c87/src/clojure/contrib/monadic_io_streams.clj#L52" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/monadic_io_streams.clj': unknown revision or path not in the working tree. +Use '--' to separate paths from revisions/src/src/clojure/contrib/monadic_io_streams.clj#L52" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -173,7 +180,8 @@ clojure.contrib.duck-streams/writer (mode :write). The statement is run on a state which is a map from keywords to corresponding streams. Single-stream monadic I/O statements must be wrapped with clojure.contrib.monads/with-state-field.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/f9b111c67752220c9d45a7d6ef22c6eecf400c87/src/clojure/contrib/monadic_io_streams.clj#L98" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/monadic_io_streams.clj': unknown revision or path not in the working tree. +Use '--' to separate paths from revisions/src/src/clojure/contrib/monadic_io_streams.clj#L98" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -184,7 +192,8 @@ with clojure.contrib.monads/with-state-field.</pre> <pre id="var-docstr">Create a reader from reader-spec, run the monadic I/O statement on it, and close the reader. reader-spec can be any object accepted by clojure.contrib.duck-streams/reader.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/f9b111c67752220c9d45a7d6ef22c6eecf400c87/src/clojure/contrib/monadic_io_streams.clj#L82" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/monadic_io_streams.clj': unknown revision or path not in the working tree. +Use '--' to separate paths from revisions/src/src/clojure/contrib/monadic_io_streams.clj#L82" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -195,7 +204,8 @@ by clojure.contrib.duck-streams/reader.</pre> <pre id="var-docstr">Create a writer from writer-spec, run the monadic I/O statement on it, and close the writer. writer-spec can be any object accepted by clojure.contrib.duck-streams/writer.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/f9b111c67752220c9d45a7d6ef22c6eecf400c87/src/clojure/contrib/monadic_io_streams.clj#L90" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/monadic_io_streams.clj': unknown revision or path not in the working tree. +Use '--' to separate paths from revisions/src/src/clojure/contrib/monadic_io_streams.clj#L90" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -204,7 +214,8 @@ by clojure.contrib.duck-streams/writer.</pre> <pre id="var-usage">Usage: (write text) </pre> <pre id="var-docstr">Write text (a string)</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/f9b111c67752220c9d45a7d6ef22c6eecf400c87/src/clojure/contrib/monadic_io_streams.clj#L57" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/monadic_io_streams.clj': unknown revision or path not in the working tree. +Use '--' to separate paths from revisions/src/src/clojure/contrib/monadic_io_streams.clj#L57" id="var-source">Source</a> </div> |