Add hope_option:return/2, which accepts a condition
[hope.git] / src / hope.app.src
CommitLineData
8b978633
SK
1{application, hope,
2 [
3 {description, "Higher Order Programming in Erlang"},
9a5e47fa 4 {vsn, "2.3.0"},
8b978633
SK
5 {registered, []},
6 {applications, [
7 kernel,
8 stdlib
9 ]},
10 {env, []}
11 ]}.
This page took 0.025001 seconds and 4 git commands to generate.