Prefix generic interface names with "gen_"
[hope.git] / src / hope_monad.erl
diff --git a/src/hope_monad.erl b/src/hope_monad.erl
deleted file mode 100644 (file)
index f0dcb5c..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
--module(hope_monad).
-
--type t(_A) ::
-    term().
-
--callback return(A) ->
-    t(A).
-
--callback map(t(A), fun((A) -> (B))) ->
-    t(B).
-
-%% @doc "pipe" is equivalent to traditional "bind", in general use-case, but is
-%% arguably more useful for composition in Erlang's syntactic setting.
-%% @end
--callback pipe([fun((A) -> t(B))], A) ->
-    t(B).
This page took 0.025832 seconds and 4 git commands to generate.