-
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit b36d380
Showing
16 changed files
with
1,770 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<!DOCTYPE html> | ||
<html><head><meta charset="UTF-8"><link href="css/default.css" rel="stylesheet" type="text/css"><title>beicon.monad documentation</title></head><body><header><section class="title"><h1><a href="index.html">Beicon Api Documentation</a></h1></section><small>Version: 0.6.1</small></header><section class="container"><div class="sidebar" id="namespaces"><h3><a href="index.html"><span class="inner">Namespaces</span></a></h3><ul><li class="depth-1"><div class="no-link"><div class="inner"><span class="tree"><span class="top"></span><span class="bottom"></span></span><span>beicon</span></div></div></li><li class="depth-2 branch"><a href="beicon.core.html"><div class="inner"><span class="tree"><span class="top"></span><span class="bottom"></span></span><span>core</span></div></a></li><li class="depth-2 current"><a href="beicon.monad.html"><div class="inner"><span class="tree"><span class="top"></span><span class="bottom"></span></span><span>monad</span></div></a></li></ul></div><section class="namespace-docs" id="content"><h2 class="anchor" id="top">beicon.monad</h2><div class="doc"><div class="markdown"><p>A cats integration namespace.</p><p>NOTE: this is a side-effect namespace; you should require it for make observables play into the cats protocols and abstractions.</p></div></div><div class="public anchor" id="var-observable-context"><h3><a href="#var-observable-context">observable-context</a></h3><div class="usage"></div><div class="doc"><div class="markdown"></div></div><div class="src-link"><a href="http://github.com/funcool/beicon/blob/master/src/beicon/monad.cljs#L11">view source</a></div></div></section></section></body></html> |
Oops, something went wrong.