Skip to content

Commit

Permalink
remove remote type caledar:datetime and remove val for mad dia
Browse files Browse the repository at this point in the history
  • Loading branch information
5HT committed Jun 3, 2019
1 parent 92050ef commit d59e38c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions include/api.hrl
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,3 @@
-spec docs(#process{}) -> list().
-spec events(#process{}) -> list().

% return helper

-spec val(Document::any(),
Proc::#process{},
fun((any(),#process{})->false|true),
fun((any(),#process{})->any())) -> {reply,#process{}}
| {reply,any(),#process{}}.
2 changes: 1 addition & 1 deletion include/bpe.hrl
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
timer = [] :: [] | reference(),
notifications=[] :: [] | term(),
result = [] :: [] | binary(),
started = [] :: [] | {term(),term(),term()} | calendar:datetime(),
started = [] :: [] | {term(),term(),term()},
beginEvent = [] :: [] | atom(),
endEvent = [] :: [] | atom()}).

Expand Down

0 comments on commit d59e38c

Please sign in to comment.